mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-06 23:43:06 +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.