Skip to content

v4.0.0

Choose a tag to compare

@justdmitry justdmitry released this 23 Aug 16:04
· 47 commits to master since this release
v4.0.0
  • Breaking: IRunnable.Run changed from void Run(ITask currentTask) to void Run(ITask currentTask, CancellationToken cancellationToken). Long-running implementations may use this cancellationToken to check if Stop() was called on task.
  • Code coverage reports added (via codecov.io)