mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-09 19:05:52 +00:00
b5915ecd29
* 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.