nim-chronos/chronos
Zahary Karadjov 03f4a26829 Revert "yieldAsync() (#120)"
This reverts commit 284d677815.

There is no rough consensus for how this should be implemented and
whether it's needed indeed - a use case that cannot be solved with
a queue or a lock/event should be identified before pursuing this
functionality.
2020-08-16 01:48:25 +03:00
..
streams more docs (#111) 2020-08-06 20:52:50 +02:00
transports Fix SIGSEGV while consuming errors more then once. (#114) 2020-08-05 00:23:43 +03:00
asyncfutures2.nim Revert "asyncCheck(): don't raise exception on cancellation (#121)" 2020-08-16 01:48:25 +03:00
asyncloop.nim Revert "yieldAsync() (#120)" 2020-08-16 01:48:25 +03:00
asyncmacro2.nim Produce an error when the result variable is used in void async procs (#117) 2020-08-05 16:28:11 +03:00
asyncsync.nim Use CatchableError as base instead of Exception 2019-11-22 18:59:02 +02:00
debugutils.nim Make Future tracking and stack traces optional (#108) 2020-07-08 19:48:01 +03:00
handles.nim Add accept() call (#103) 2020-06-24 11:21:52 +03:00
sendfile.nim Add oneIndex(), oneValue() which are varargs `or` operation. 2019-06-04 19:51:35 +03:00
srcloc.nim Move fromProc to SrcLoc. 2019-04-08 16:46:22 +03:00
timer.nim Fix all compilation warnings for 1.0.2. 2019-10-29 23:19:41 +02:00
transport.nim Add AsyncStreams. 2019-05-07 23:11:40 +03:00