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
/
tests
/
async
/
tasyncawait.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename rawsockets module to nativesockets
Adam Strzelecki
2015-10-03
1
-3
/
+3
*
tests: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-1
/
+1
*
Improved tasyncawait test.
Dominik Picheta
2014-12-26
1
-3
/
+1
*
More empty stmt fixes.
Dominik Picheta
2014-09-09
1
-9
/
+2
*
Fixes async tests.
Dominik Picheta
2014-09-09
1
-5
/
+5
*
further adaptations
Araq
2014-08-29
1
-1
/
+1
*
Fix broken async tests.
Dominik Picheta
2014-07-13
1
-3
/
+3
*
Rename asyncdispatch.close to asyncdispatch.closeSocket.
Dominik Picheta
2014-05-23
1
-3
/
+3
*
Tester now appreciates the test target. Modified 'cmd' in specs.
Dominik Picheta
2014-04-16
1
-1
/
+0
*
Move asyncdispatch tests to asyncnet.
Dominik Picheta
2014-03-26
1
-2
/
+0
*
Moved the global dispatcher to asyncdispatch.
Dominik Picheta
2014-03-23
1
-23
/
+22
*
Fixes tasyncawait and the net module on Linux.
Dominik Picheta
2014-03-23
1
-1
/
+1
*
Copied most blocking socket operations to the net module.
Dominik Picheta
2014-03-22
1
-3
/
+14
*
PFuture[void] now works.
Dominik Picheta
2014-03-15
1
-10
/
+12
*
File descriptors are now removed from fds list explicitly in close().
Dominik Picheta
2014-03-14
1
-3
/
+3
*
Fixed tasyncawait on Windows.
Dominik Picheta
2014-03-12
1
-2
/
+2
*
tasyncawait now works on Linux.
Dominik Picheta
2014-03-11
1
-8
/
+1
*
Fixes to asyncio2 on Linux.
Dominik Picheta
2014-03-09
1
-1
/
+9
*
Implemented selector support for asyncio2.
Dominik Picheta
2014-02-22
1
-2
/
+2
*
Fix processing of 'await' with a nnkCall.
Dominik Picheta
2014-02-16
1
-2
/
+1
*
Added await test.
Dominik Picheta
2014-02-16
1
-0
/
+65