Files
Nim/lib
def 5aab532c92 Make asyncdispatch usable when preventing allocations
- Added a recvInto proc that takes a cstring as argument and reads into
  it instead of returning a newly allocated string. This is pretty
  unnice because of code duplication with recv. Calling recvInto from
  recv is not a good solution because of the additional future that gets
  created.

- Windows version is totally untested
2015-03-17 19:39:02 +01:00
..
2015-03-17 17:50:32 +01:00
2015-02-20 19:30:12 +01:00
2015-02-24 16:52:01 +01:00
2015-03-12 12:48:28 +01:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:50:51 +02:00
2014-08-28 09:59:26 +02:00
2015-03-17 17:50:32 +01:00