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
/
asyncfutures.nim
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Implement some simple pattern-based transformation for async tracebacks.
Dominik Picheta
2017-12-28
1
-9
/
+68
|
|
/
*
|
Merge branch 'devel' into async-improvements
Andreas Rumpf
2017-12-11
1
-2
/
+2
|
\
|
|
*
Use addCallback rather than callback= in asyncfutures.all() (#6850)
Mathias Stearn
2017-12-09
1
-2
/
+2
*
|
Implements ``asyncdispatch.getIoHandler`` and assert on nil futures.
Dominik Picheta
2017-11-24
1
-0
/
+1
|
/
*
make asyncfutures.complete compile
Erik Johansson Andersson
2017-07-18
1
-2
/
+1
*
asyncdispatch: formatting fixes
Michał Zieliński
2017-07-12
1
-9
/
+13
*
asyncdispatch: add callSoon getter/setter, renames
Michał Zieliński
2017-07-06
1
-3
/
+14
*
Future: support for multiple callbacks
Michał Zieliński
2017-07-05
1
-21
/
+62
*
split FutureStream from asyncfutures
Michał Zieliński
2017-07-05
1
-101
/
+2
*
asyncdispatch: split asyncfutures into its own module
Michał Zieliński
2017-07-05
1
-0
/
+418
*
made async compile again
Andreas Rumpf
2016-09-26
1
-293
/
+0
*
revert brainless changes
Andreas Rumpf
2016-09-26
1
-2
/
+2
*
make travis green
Andreas Rumpf
2016-09-26
1
-2
/
+2
*
Moves async futures into asyncfutures module.
Dominik Picheta
2016-09-25
1
-0
/
+293
[prev]