vibe-core/source/vibe/core
Sönke Ludwig 2653c8c5e0 Always remove task from queue when switching to it. Fixes #58.
Previously the task was only removed if switchTo was called from another task. Now it also gets removed when switchTo (e.g. due to a runTask() call) gets called form outside of a task.
2018-02-23 01:25:13 +01:00
..
args.d (Re)implement JSON configuration support for readOption. 2017-03-25 14:16:22 +01:00
concurrency.d Add opCast(bool) to FreeListRef and remove opAssign with value type. 2017-10-30 22:58:30 +01:00
connectionpool.d Mark more classes as final. 2017-07-23 15:04:11 +02:00
core.d Fix shutdown of the worker thread pool. 2018-02-22 20:10:08 +01:00
file.d Adjust DirectoryWatcher implementation for changed FileChange definition in eventcore. 2017-11-21 21:42:44 +01:00
log.d Replace deprecated hexstring with hexString 2018-01-25 08:43:13 +01:00
net.d Fix incorrect return value in TCPConnection.leastSize() 2018-01-27 18:53:16 +03:00
path.d Fix path construction from segment range with no internal separators. 2017-09-10 00:16:53 +02:00
stream.d avoid Buffer type which creates a huge __initZ symbol 2018-01-14 04:43:14 +01:00
sync.d Convert Waitable from struct to pure template to avoid heap closures. 2017-09-27 16:41:11 +02:00
task.d Always remove task from queue when switching to it. Fixes #58. 2018-02-23 01:25:13 +01:00
taskpool.d Add TaskPool.threadCount property. 2017-09-21 13:38:24 +02:00