Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scheduler extension for actions #518

Merged
merged 2 commits into from
May 29, 2018
Merged

Add scheduler extension for actions #518

merged 2 commits into from
May 29, 2018

Commits on May 29, 2018

  1. Add a new extension method for IScheduler that allows to schedule an …

    …Action<TState> and pass a corresponding state object. The ability to pass state will greatly help to reduce the allocations of closures.
    danielcweber committed May 29, 2018
    Configuration menu
    Copy the full SHA
    2500ee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbaf006 View commit details
    Browse the repository at this point in the history