Commit Graph

20 Commits

Author SHA1 Message Date
cheatfate 9e63caf694 More tests added. 2018-05-25 23:00:32 +03:00
cheatfate a4528ab705 Add asynchronous posix signal handling.
Add signal tests.
2018-05-25 04:05:13 +03:00
cheatfate 4f70cb3515 Fix loop behavior. 2018-05-23 14:03:18 +03:00
cheatfate a8212e8910 Added timers test. 2018-05-23 01:29:07 +03:00
cheatfate 874fe9b5fd Added some comments. 2018-05-23 00:03:13 +03:00
cheatfate 898e3602bd One more attempt to fix GC bug. 2018-05-22 19:27:20 +03:00
cheatfate d28e4d0c49 Enable all tests.
Adding more iterations for UDP stream test.
Fixed bugs in TCP stream.
2018-05-22 18:21:58 +03:00
cheatfate 1ca4415106 Fix callSoon must be initialized for all platforms. 2018-05-22 13:43:42 +03:00
cheatfate fdbeddb49b Fix testsync.nim to remove unnecessary imports.
Refactored new callsoon test testsoon.nim
Replace test1.nim with testsoon.nim
2018-05-22 13:16:56 +03:00
cheatfate c220b05a4c Optimize asyncsync primitives 2018-05-22 11:51:11 +03:00
Your Name 23a81b6492 Refactoring, more tests. 2018-05-22 00:52:57 +03:00
Your Name 5c6c723cb9 Fix nasty GC misuse bug 2018-05-18 02:40:42 +03:00
Your Name 302f573683 One more fix for timer.nim on MacOS. 2018-05-17 18:20:58 +03:00
Your Name 0305277a6c One more macos fix. 2018-05-17 12:21:27 +03:00
Your Name f614223d40 Fix posix_gettimeofday compilation error. 2018-05-17 12:18:23 +03:00
Your Name 570467a306 Attempts to fix #01 2018-05-17 11:45:18 +03:00
cheatfate 868ae64ae0 Fix compilation warning at asyncfutures2.nim
Add spawn procedure
Add usage of spawn procedure in datagram.nim
Some fixes at stream.nim
Increase number of clients in testdatagram.nim
2018-05-16 18:28:23 +03:00
cheatfate bb36fc98a4 Fix [SYSASSERT] genericResetAux on Windows part. 2018-05-16 15:29:19 +03:00
cheatfate c90eebf821 Add ServerFlags for datagram transport on Windows. 2018-05-16 11:28:44 +03:00
cheatfate 4d144753ee Initial commit 2018-05-16 11:22:34 +03:00