nim-chronos/chronos
Eugene Kabanov 02b8da986b
Add accept() call (#103)
* Add accept() call and tests.
* Fix rare fd leaks on Windows.
* Fix compilation warnings.
* Add fd leak test.
* Bump version to 2.4.0.
2020-06-24 11:21:52 +03:00
..
streams Fix possible race condition in asyncstream close (#91) 2020-04-09 17:56:56 +03:00
transports Add accept() call (#103) 2020-06-24 11:21:52 +03:00
asyncfutures2.nim Fix documentation for `or`. 2020-04-21 07:33:31 +03:00
asyncloop.nim Add accept() call (#103) 2020-06-24 11:21:52 +03:00
asyncmacro2.nim Fix Nim's issue #13889 https://github.com/nim-lang/Nim/issues/13889. (#90) 2020-04-06 15:49:09 +03:00
asyncsync.nim Use CatchableError as base instead of Exception 2019-11-22 18:59:02 +02: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