vibe-core/source/vibe/core
Sönke Ludwig 3182160a9a Avoid bogus "A task cannot interrupt itself" assertion failure.
Calling Task.interrupt() on a task that is already finished, but ran on the same fiber would trigger an assertion failure instead of returning silently.
2020-11-19 16:06:49 +01: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 to 1.11.0 2020-10-24 11:51:09 +02:00
file.d Use concurrent pipe() in copyFile(). 2020-10-21 17:37:36 +02:00
log.d Use logException consistently and use logDiagnostic 2020-08-24 05:17:59 +02:00
net.d Fix waitForDataEx's return value for an open connection and a zero timeout. 2020-10-15 13:13:15 +02: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 Refactor read loop to avoid code duplication. 2020-10-21 20:05:00 +02:00
sync.d Remove dead code. 2020-03-16 14:14:50 +01:00
task.d Avoid bogus "A task cannot interrupt itself" assertion failure. 2020-11-19 16:06:49 +01:00
taskpool.d Use logException consistently and use logDiagnostic 2020-08-24 05:17:59 +02:00