summary refs log tree commit diff stats
path: root/tests/async/tasyncawait.nim
Commit message (Expand)AuthorAgeFilesLines
* Convert *_family fields to cushortLemonBoy2018-09-191-4/+1
* make tests greenAndreas Rumpf2018-05-051-6/+6
* Define ports as uint16s to fix #3484Josep Sanjuas2016-03-271-1/+1
* Rename rawsockets module to nativesocketsAdam Strzelecki2015-10-031-3/+3
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
* Improved tasyncawait test.Dominik Picheta2014-12-261-3/+1
* More empty stmt fixes.Dominik Picheta2014-09-091-9/+2
* Fixes async tests.Dominik Picheta2014-09-091-5/+5
* further adaptationsAraq2014-08-291-1/+1
* Fix broken async tests.Dominik Picheta2014-07-131-3/+3
* Rename asyncdispatch.close to asyncdispatch.closeSocket.Dominik Picheta2014-05-231-3/+3
* Tester now appreciates the test target. Modified 'cmd' in specs.Dominik Picheta2014-04-161-1/+0
* Move asyncdispatch tests to asyncnet.Dominik Picheta2014-03-261-2/+0
* Moved the global dispatcher to asyncdispatch.Dominik Picheta2014-03-231-23/+22
* Fixes tasyncawait and the net module on Linux.Dominik Picheta2014-03-231-1/+1
* Copied most blocking socket operations to the net module.Dominik Picheta2014-03-221-3/+14
* PFuture[void] now works.Dominik Picheta2014-03-151-10/+12
* File descriptors are now removed from fds list explicitly in close().Dominik Picheta2014-03-141-3/+3
* Fixed tasyncawait on Windows.Dominik Picheta2014-03-121-2/+2
* tasyncawait now works on Linux.Dominik Picheta2014-03-111-8/+1
* Fixes to asyncio2 on Linux.Dominik Picheta2014-03-091-1/+9
* Implemented selector support for asyncio2.Dominik Picheta2014-02-221-2/+2
* Fix processing of 'await' with a nnkCall.Dominik Picheta2014-02-161-2/+1
* Added await test.Dominik Picheta2014-02-161-0/+65