summary refs log tree commit diff stats
path: root/lib/upcoming
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'async-readwrite-no-conflict' of ↵Andreas Rumpf2016-09-041-2/+8
|\ | | | | | | https://github.com/endragor/Nim into endragor-async-readwrite-no-conflict
| * Async read/write procedures no longer replace each other in upcoming ↵Ruslan Mustakov2016-09-021-2/+8
| | | | | | | | asyncdispatch
* | async: transfer all await/async macro related code to asyncmacro.nim module. ↵Eugene Kabanov2016-09-031-360/+2
| | | | | | | | | | | | | | | | (#4704) * Transfer all async macro related code to asyncmacro.nim. * Make tests green.
* | 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 ↵Ruslan Mustakov2016-08-151-3/+3
| | | | proc in upcoming asyncdispatch
* ioselectors separated and refactored version.cheatfate2016-07-051-0/+2154
adopted asyncdispatch version