nim-chronos/chronos/internal
Eugene Kabanov 2d85229dce
Add `join()` operation to wait for future completion. (#525)
* Add `join()` operation to wait for future completion without cancelling it when `join()` got cancelled.

* Start using join() operation.
2024-04-04 00:30:01 +03:00
..
asyncengine.nim move docs to docs (#466) 2023-11-15 09:06:37 +01:00
asyncfutures.nim Add `join()` operation to wait for future completion. (#525) 2024-04-04 00:30:01 +03:00
asyncmacro.nim Better line information on effect violation 2023-12-27 20:57:39 +01:00
errors.nim per-function `Exception` handling (#457) 2023-11-08 15:12:32 +01:00
raisesfutures.nim make `Raising` compatible with 2.0 (#526) 2024-03-25 10:37:42 +01:00