ThreadPoolScheduler public sealed class ThreadPoolScheduler : LocalScheduler, ISchedulerPeriodic Documentation Code public static ThreadPoolScheduler Default { get; } public static ThreadPoolScheduler Instance { get; } public WorkItemOptions Options { get; } public WorkItemPriority Priority { get; } public ThreadPoolScheduler() public ThreadPoolScheduler(WorkItemPriority priority) public ThreadPoolScheduler(WorkItemPriority priority, WorkItemOptions options) public IDisposable SchedulePeriodic<TState>(TState state, TimeSpan period, Func<TState, TState> action)