Commit Graph

20 Commits

Author SHA1 Message Date
cheatfate
0ff7fbea34 Fix handle of error only events. 2016-10-16 04:03:45 +03:00
cheatfate
64cb03f633 Fix upcoming to pass tpolltimeouts.nim test 2016-09-29 11:16:14 +03:00
Andreas Rumpf
21e35c201c made async compile again 2016-09-26 23:31:36 +02:00
Dominik Picheta
6aa8ff9af6 Moves async futures into asyncfutures module. 2016-09-25 18:24:35 +02:00
Dominik Picheta
dfe416eaad Fixes Futures' or operation so that asyncftpclient compiles. 2016-09-17 17:21:05 +02:00
Dominik Picheta
75e5c87f15 Fixes #4170. 2016-09-17 14:19:26 +02:00
cheatfate
7788b5a043 Borrow SelectEvent ==. 2016-09-07 10:33:08 +03:00
Dominik Picheta
3760a8b973 Merge branch 'async_buffers_v2' of https://github.com/vegansk/Nim into vegansk-async_buffers_v2
Merges #4683.
2016-09-06 20:10:19 +02:00
cheatfate
ec7aec3d58 Fix windows issues.
Fix semantic of AsyncEvent close/unregister #4694.
Fix #4697.
Added first test.
2016-09-06 12:29:53 +03:00
Anatoly Galiulin
60dbfb2ec9 Revert function names scheme due to the @dom96 comment 2016-09-06 09:31:13 +07:00
Anatoly Galiulin
862d6ad234 Restore `recvInto` for backwards compatibility 2016-09-06 09:31:13 +07:00
Anatoly Galiulin
e4c46e6fba Add async IO operations with buffers on files and sockets 2016-09-06 09:31:13 +07:00
Andreas Rumpf
a5be42c024 Merge branch 'async-readwrite-no-conflict' of https://github.com/endragor/Nim into endragor-async-readwrite-no-conflict 2016-09-04 23:41:18 +02:00
Eugene Kabanov
4fa3ded9c7 async: transfer all await/async macro related code to asyncmacro.nim module. (#4704)
* Transfer all async macro related code to asyncmacro.nim.

* Make tests green.
2016-09-03 20:52:45 +02:00
cheatfate
685830de79 Make upcoming version to be up to date with current version. 2016-09-03 13:41:56 +03:00
Ruslan Mustakov
b676a08b3a Async read/write procedures no longer replace each other in upcoming asyncdispatch 2016-09-02 19:15:59 +07:00
cheatfate
c5ffdd0389 Protect data argument for GC. 2016-08-30 23:15:08 +03:00
Ruslan Mustakov
b6844bf487 Fixed infinite recursion in setEvent and close procs in upcoming asyncdispatch 2016-08-23 13:48:23 +07:00
Ruslan Mustakov
3ffb6e1ba3 AsyncEvent is now exported on all platforms and created with newAsyncEvent proc in upcoming asyncdispatch 2016-08-15 16:30:08 +07:00
cheatfate
835ff4a2f8 ioselectors separated and refactored version.
adopted asyncdispatch version
2016-07-05 13:18:26 +03:00