nim-chronos/chronos/streams
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
..
asyncstream.nim Add `join()` operation to wait for future completion. (#525) 2024-04-04 00:30:01 +03:00
boundstream.nim Add custom ring buffer into chronos streams and transports. (#485) 2024-03-26 22:33:19 +02:00
chunkstream.nim Add custom ring buffer into chronos streams and transports. (#485) 2024-03-26 22:33:19 +02:00
tlsstream.nim Add custom ring buffer into chronos streams and transports. (#485) 2024-03-26 22:33:19 +02:00