nim-chronos/chronos
Tanguy 7dc58d42b6
Improve ram usage (#243)
Remove cyclic references of {.async.} Futures, allowing them to be picked up by the regular refc instead of Mark and Sweep
2021-12-10 11:19:14 +01:00
..
apps/http Attempt to fix connection state. (#248) 2021-12-03 13:11:39 +02:00
ioselects add raises pragma to registerEvent in ioselectors_epoll (#237) 2021-11-19 17:47:58 +02:00
streams Fix compilation errors with --styleCheck:usages --styleCheck:error 2021-12-08 16:58:24 +02:00
transports Fix compilation errors with --styleCheck:usages --styleCheck:error 2021-12-08 16:58:24 +02:00
apps.nim exception tracking (#166) 2021-03-24 10:08:33 +01:00
asyncfutures2.nim Improve ram usage (#243) 2021-12-10 11:19:14 +01:00
asyncloop.nim Fix compilation errors with --styleCheck:usages --styleCheck:error 2021-12-08 16:58:24 +02:00
asyncmacro2.nim Improve ram usage (#243) 2021-12-10 11:19:14 +01:00
asyncsync.nim Nim-1.6 fixes (#239) 2021-11-20 01:30:23 +01:00
debugutils.nim Change Future identifier type from `int` to `uint`. (#228) 2021-10-21 17:22:11 +03:00
handles.nim Fix compilation errors with --styleCheck:usages --styleCheck:error 2021-12-08 16:58:24 +02:00
selectors2.nim exception tracking (#166) 2021-03-24 10:08:33 +01:00
sendfile.nim posix: fast path for write (#244) 2021-12-08 11:35:27 +01:00
srcloc.nim Eventbus implementation (#214) 2021-09-15 16:55:15 +03:00
timer.nim exception tracking (#166) 2021-03-24 10:08:33 +01:00
transport.nim exception tracking (#166) 2021-03-24 10:08:33 +01:00