nim-chronos/chronos
Jacek Sieka b65b85533a
Future cleanup (#393)
* FutureState.Finished -> FutureState.Completed (to avoid name clash
with `proc finished` which means not-pending)
* deprecate `done` - to avoid additional confusion over completed vs
finished
* remove ad leftovers in stack trace formatting
* avoid some generic bloat
* avoid unnecessary allocations in `race`/`one`
2023-05-25 17:31:35 +02:00
..
apps/http Add HTTP client helper to read `text/event-stream` streaming response. (#375) 2023-05-19 17:25:22 +03:00
ioselects Fix import poison regression. (#388) 2023-05-15 19:45:26 +03:00
streams Allow passing in trustAnchors to newTLSClientAsyncStream (#355) 2023-02-21 20:38:53 +02:00
transports Fix import poison regression. (#388) 2023-05-15 19:45:26 +03:00
unittest2 asyncTest (#286) 2022-06-16 14:35:24 +03:00
apps.nim exception tracking (#166) 2021-03-24 10:08:33 +01:00
asyncfutures2.nim Future cleanup (#393) 2023-05-25 17:31:35 +02:00
asyncloop.nim Asyncproc (Part 3/3) (#374) 2023-05-23 12:39:35 +02:00
asyncmacro2.nim asyncmacro: code cleanups (#392) 2023-05-23 19:45:12 +02:00
asyncproc.nim Asyncproc (Part 3/3) (#374) 2023-05-23 12:39:35 +02:00
asyncsync.nim Fix some compilation warnings and expose tracker names. (#376) 2023-04-08 19:34:57 +03:00
config.nim Asyncproc (Part 3/3) (#374) 2023-05-23 12:39:35 +02:00
debugutils.nim Future cleanup (#393) 2023-05-25 17:31:35 +02:00
handles.nim OS definitions and exceptions changes. (AsyncProc part 1). (#361) 2023-02-21 11:48:36 +01:00
osdefs.nim Asyncproc (Part 3/3) (#374) 2023-05-23 12:39:35 +02:00
oserrno.nim Fix cast[pointer] issues on nim-devel. (#381) 2023-04-30 08:20:08 +02:00
osutils.nim Fix cast[pointer] issues on nim-devel. (#381) 2023-04-30 08:20:08 +02:00
ratelimit.nim Token bucket (#279) 2022-11-02 08:03:19 +01:00
selectors2.nim Fix cast[pointer] issues on nim-devel. (#381) 2023-04-30 08:20:08 +02:00
sendfile.nim Fix import poison regression. (#388) 2023-05-15 19:45:26 +03:00
srcloc.nim make it more Nim 1.4+ compatible (#296) 2022-08-06 13:56:06 +03:00
timer.nim Fix import poison regression. (#388) 2023-05-15 19:45:26 +03:00
transport.nim exception tracking (#166) 2021-03-24 10:08:33 +01:00