vibe-core/source/vibe/core
Andrej Mitrovic f2c6cea071 Add optional timeout parameter to resolveHost
This will be useful in e.g. the client,
which uses connection timeouts but does not use
any timeout for resolving the host as of yet.
2020-08-19 13:47:34 +09:00
..
internal Remove potentially blocking file I/O code (upgrade to eventcore 0.9.0). 2020-05-17 15:10:01 +02:00
args.d Correct copyright holder. 2020-01-27 19:20:52 +01:00
channel.d Replace 'body' with 'do' 2020-04-17 01:29:16 +09:00
concurrency.d Replace 'body' with 'do' 2020-04-17 01:29:16 +09:00
connectionpool.d Correct copyright holder. 2020-01-27 19:20:52 +01:00
core.d Bump version and add changelog for v1.9.3 2020-08-03 02:34:08 +02:00
file.d Remove potentially blocking file I/O code (upgrade to eventcore 0.9.0). 2020-05-17 15:10:01 +02:00
log.d Fix SyslogLogger. Fixes #203. 2020-04-10 18:13:35 +02:00
net.d Add optional timeout parameter to resolveHost 2020-08-19 13:47:34 +09:00
path.d Ensure path relativeTo() is nothrow. 2020-04-16 09:52:58 +02:00
process.d Add error handling for process creation. 2020-05-18 16:44:11 +02:00
stream.d Fix documentation of pipe(). 2020-03-14 19:47:29 +01:00
sync.d Remove dead code. 2020-03-16 14:14:50 +01:00
task.d Add TaskSwitchPriority to control the priority to use when transferring execution. 2020-03-15 10:54:35 +01:00
taskpool.d Add TaskSettings overloads for runWorkerTaskDist(H). 2020-03-14 23:33:41 +01:00