TaskPoolScheduler public sealed class TaskPoolScheduler : LocalScheduler, ISchedulerLongRunning, ISchedulerPeriodic Documentation Code public static TaskPoolScheduler Default { get; } public TaskPoolScheduler(TaskFactory taskFactory) public IDisposable ScheduleLongRunning<TState>(TState state, Action<TState, ICancelable> action) public IDisposable SchedulePeriodic<TState>(TState state, TimeSpan period, Func<TState, TState> action)