-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93eb44e
commit 7d4cbaa
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nim-chronos
updated
22 files
+2 −3 | chronos.nim | |
+17 −6 | chronos.nimble | |
+22 −4 | chronos/apps/http/httpclient.nim | |
+1 −1 | chronos/apps/http/httpserver.nim | |
+1 −1 | chronos/apps/http/shttpserver.nim | |
+5 −8 | chronos/asyncloop.nim | |
+92 −10 | chronos/asyncproc.nim | |
+39 −0 | chronos/config.nim | |
+4 −4 | chronos/ioselects/ioselectors_epoll.nim | |
+4 −4 | chronos/ioselects/ioselectors_kqueue.nim | |
+7 −7 | chronos/ioselects/ioselectors_poll.nim | |
+33 −11 | chronos/osdefs.nim | |
+8 −26 | chronos/selectors2.nim | |
+5 −1 | chronos/sendfile.nim | |
+19 −14 | chronos/streams/tlsstream.nim | |
+4 −0 | chronos/transports/common.nim | |
+28 −6 | chronos/transports/stream.nim | |
+18 −6 | tests/testall.nim | |
+6 −0 | tests/testproc.bat | |
+52 −1 | tests/testproc.nim | |
+8 −0 | tests/testproc.sh | |
+4 −1 | tests/teststream.nim |