Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented selector support for asyncio2. | Dominik Picheta | 2014-02-22 | 1 | -23/+208 |
* | Fix processing of 'await' with a nnkCall. | Dominik Picheta | 2014-02-16 | 1 | -7/+11 |
* | Fixes issues with 'discard' in async macro. | Dominik Picheta | 2014-02-16 | 1 | -8/+15 |
* | Async readLine now works. Fixes recv issues. | Dominik Picheta | 2014-02-15 | 1 | -24/+50 |
* | Fixed problems with IOCP procs finishing immediately, added await macro. | Dominik Picheta | 2014-02-15 | 1 | -50/+270 |
* | Rename PFutureVoid to PFutureBase. | Dominik Picheta | 2014-02-12 | 1 | -19/+14 |
* | Added a generic-lacking version of PFuture. | Dominik Picheta | 2014-02-08 | 1 | -2/+18 |
* | Added new sockets modules: asyncio2, net, and sockets2. | Dominik Picheta | 2014-02-08 | 1 | -0/+469 |