summary refs log tree commit diff stats
path: root/lib/pure/asyncio.nim
Commit message (Expand)AuthorAgeFilesLines
* More deprecation warnings fixed.Dominik Picheta2012-07-231-3/+7
* Fixes deprecation warning, fixes documentation error.Dominik Picheta2012-07-231-1/+1
* Many fixes for asynchronous sockets. Asyncio should now work well with buffer...Dominik Picheta2012-07-221-27/+142
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-9/+9
* recvLineAsync for non-blocking sockets implemented, as well as recvLine for a...dom962012-02-181-0/+29
* Added asyncio module; irc, scgi and the ftpclient modules work with it. Added...dom962012-01-221-0/+325