summary refs log tree commit diff stats
path: root/lib/upcoming
Commit message (Expand)AuthorAgeFilesLines
* Add comments to latest fixes.cheatfate2016-11-301-13/+12
* fix upcoming/asyncdispatch properlyAraq2016-11-301-3/+1
* upcoming/asyncdispatch: addTimer and addEvent fixesAraq2016-11-301-5/+14
* updated upcoming/asyncdispatchAraq2016-11-291-1/+1
* Added deques module, deprecating queuesRuslan Mustakov2016-11-241-5/+5
* make semantic equal to current versioncheatfate2016-11-201-36/+60
* Fix handle of error only events.cheatfate2016-10-161-12/+12
* Fix upcoming to pass tpolltimeouts.nim testcheatfate2016-09-291-31/+32
* made async compile againAndreas Rumpf2016-09-261-1/+1
* Moves async futures into asyncfutures module.Dominik Picheta2016-09-251-280/+1
* Fixes Futures' `or` operation so that asyncftpclient compiles.Dominik Picheta2016-09-171-3/+3
* Fixes #4170.Dominik Picheta2016-09-171-11/+22
* Borrow SelectEvent `==`.cheatfate2016-09-071-0/+1
* Merge branch 'async_buffers_v2' of https://github.com/vegansk/Nim into vegans...Dominik Picheta2016-09-061-8/+82
|\
| * Revert function names scheme due to the @dom96 commentAnatoly Galiulin2016-09-061-18/+6
| * Restore ``recvInto`` for backwards compatibilityAnatoly Galiulin2016-09-061-0/+12
| * Add async IO operations with buffers on files and socketsAnatoly Galiulin2016-09-061-10/+84
* | Fix windows issues.cheatfate2016-09-061-25/+34
|/
* Merge branch 'async-readwrite-no-conflict' of https://github.com/endragor/Nim...Andreas Rumpf2016-09-041-2/+8
|\
| * Async read/write procedures no longer replace each other in upcoming asyncdis...Ruslan Mustakov2016-09-021-2/+8
* | async: transfer all await/async macro related code to asyncmacro.nim module. ...Eugene Kabanov2016-09-031-360/+2
* | Make upcoming version to be up to date with current version.cheatfate2016-09-031-38/+43
* | Protect data argument for GC.cheatfate2016-08-301-1/+6
|/
* Fixed infinite recursion in setEvent and close procs in upcoming asyncdispatchRuslan Mustakov2016-08-231-2/+2
* AsyncEvent is now exported on all platforms and created with newAsyncEvent pr...Ruslan Mustakov2016-08-151-3/+3
* ioselectors separated and refactored version.cheatfate2016-07-051-0/+2154