vibe-core/source/vibe/internal
Sönke Ludwig f015662a94 TCPConnection and async improvements.
- asyncAwaitAny now takes the callback type, so that parameter storage classes are handled correctly
- Implement TCPConnection.remoteAddress/localAddress
- Implement TCPConnection.tcpNoDelay, keepAlive and readTimeout
- Implement timeout handling for TCPConnection.waitForData
2017-01-15 20:59:36 +01:00
..
allocator.d Use std.experimental.allocator and remove the custom allocator module. 2016-11-08 15:32:25 +01:00
array.d Use std.experimental.allocator and remove the custom allocator module. 2016-11-08 15:32:25 +01:00
async.d TCPConnection and async improvements. 2017-01-15 20:59:36 +01:00
freelistref.d Fix some safety annotation issues. 2016-11-10 12:19:39 +01:00
hashmap.d Fix test compilation on DMD 2.071.x. 2016-11-08 15:41:59 +01:00
interfaceproxy.d Make FileStream small enough to fit into an InterfaceProxy. 2016-12-26 21:28:36 +01:00
string.d Use std.experimental.allocator and remove the custom allocator module. 2016-11-08 15:32:25 +01:00
traits.d Let types that implicitly convert to interface pass interface check. 2016-11-05 01:42:20 +01:00
typetuple.d Initial commit. 2016-03-01 20:30:42 +01:00