public IDisposable Schedule(Action action, TimeSpan dueTime) => _fiberScheduler.Schedule(this, action, dueTime);
public IDisposable Schedule(Action action, TimeSpan dueTime) { return(_fiberScheduler.Schedule(this, action, dueTime)); }