mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-02-13 11:46:24 +00:00
* Fix cancellation behavior. Fix some compilation warnings. * Fix cancelAndWait() and add proper documentation. * Add completed(Future) and done(Future) calls to check if Future[T] completed without an error. * Add stepsAsync() and tests. * Fix comments. * Fix new primitive comment, to avoid usage for task switches.