EventLoopScheduler public sealed class EventLoopScheduler : LocalScheduler, ISchedulerPeriodic, IDisposable Documentation Code public EventLoopScheduler() public EventLoopScheduler(Func<ThreadStart, Thread> threadFactory) public void Dispose() public IDisposable SchedulePeriodic<TState>(TState state, TimeSpan period, Func<TState, TState> action)