nim-chronos/chronos
Eugene Kabanov 491213dfa0
Add callIdle() primitive. (#148)
* Add callIdle primitive.

* Make single idle callback to be processed by single poll() step.
Add idleAsync() primitive to allow wait for "idle" time.
Refactor some `result` usage.
2021-01-19 13:48:39 +01:00
..
streams Fix TLSStream SSL errors while in handshake could stuck connection. (#133) 2020-10-13 02:12:52 +03:00
transports Fix callSoon to raise Defect only. (#145) 2021-01-11 18:15:23 +01:00
asyncfutures2.nim work around overload resolution issues (#146) 2021-01-11 22:15:21 +01:00
asyncloop.nim Add callIdle() primitive. (#148) 2021-01-19 13:48:39 +01:00
asyncmacro2.nim small fixes (#127) 2020-09-10 11:39:10 +03:00
asyncsync.nim Fix callSoon to raise Defect only. (#145) 2021-01-11 18:15:23 +01: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