Files
Nim/lib
Dominik Picheta cf5c8a204e Many async optimisations.
* Selectors implementation will now attempt to immediately execute an IO
  operation instead of waiting for a ready notification.
* Removed recursion in asynchttpserver.
* Improved buffered implementation of recvLine in asyncnet.
* Optimised ``respond`` in asynchttpserver removing a possible "Delayed ACK"
  situation.
2014-07-12 22:51:06 +01:00
..
2014-06-21 23:48:41 +02:00
2014-07-12 22:51:06 +01:00
2013-03-16 23:53:07 +01:00
2014-04-06 14:20:51 -03:00