index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
includes
/
asyncfutures.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
asyncdispatch: split asyncfutures into its own module
Michał Zieliński
2017-07-05
1
-408
/
+0
*
make the logic right
Araq
2017-02-26
1
-1
/
+1
*
Various fixes to FutureStreams based on PR feedback.
Dominik Picheta
2017-02-26
1
-16
/
+27
*
FutureStream's cb call behaviour fixed + other fixes.
Dominik Picheta
2017-02-11
1
-1
/
+6
*
Remove immediate FutureStream procs and make 'put' awaitable.
Dominik Picheta
2017-02-10
1
-18
/
+8
*
Improve implementation of takeAsync for FutureStreams.
Dominik Picheta
2017-02-10
1
-14
/
+26
*
Implemented a first working version of FutureStreams.
Dominik Picheta
2017-02-10
1
-40
/
+48
*
WIP implementation of FutureStream.
Dominik Picheta
2017-02-09
1
-8
/
+84
*
fixes #4948
Araq
2017-01-06
1
-3
/
+6
*
Fixes asyncdispatch.all completing its res future more than once.
Dominik Picheta
2016-11-21
1
-15
/
+16
*
async all() now immediately completes if arg is empty
Ruslan Mustakov
2016-11-03
1
-0
/
+7
*
Fixes pesky hint in asyncfutures.
Dominik Picheta
2016-10-01
1
-0
/
+2
*
made async compile again
Andreas Rumpf
2016-09-26
1
-0
/
+293