status-im / nim-chronos

Chronos - An efficient library for asynchronous programming
https://status-im.github.io/nim-chronos/docs/chronos
Apache License 2.0
352 stars 51 forks source link

Add `join()` operation to wait for future completion. #525

Closed cheatfate closed 2 months ago

cheatfate commented 3 months ago

This operation allows to monitor specific future and do not cancel it when join() was cancelled.