v4.0.0
- Breaking:
IRunnable.Runchanged fromvoid Run(ITask currentTask)tovoid Run(ITask currentTask, CancellationToken cancellationToken). Long-running implementations may use this cancellationToken to check ifStop()was called on task. - Code coverage reports added (via codecov.io)