summary refs log tree commit diff stats
path: root/lib/pure/asyncio.nim
Commit message (Collapse)AuthorAgeFilesLines
* recvLineAsync for non-blocking sockets implemented, as well as recvLine for ↵dom962012-02-181-0/+29
| | | | asyncio async sockets. Fixed removeDir on windows.
* Added asyncio module; irc, scgi and the ftpclient modules work with it. ↵dom962012-01-221-0/+325
Added (de)allocCStringArray. Many async sockets fixes.