vibe-core/source/vibe/core
Sönke Ludwig 4bccf6fcb5
Use StackSList for ThreadLocalWaiter and add simple loop detection.
This will have to be adjusted to use a circular list with the possibility to insert a pivot element, so that consumption of waiters is safe in all cases (see the comment at 1265).
2017-07-19 14:54:33 +02:00
..
args.d (Re)implement JSON configuration support for readOption. 2017-03-25 14:16:22 +01:00
concurrency.d Remove all trailing whitespace 2017-07-03 12:19:27 +02:00
connectionpool.d Remove all trailing whitespace 2017-07-03 12:19:27 +02:00
core.d Merge branch 'master' into trailing-whitespace 2017-07-19 00:08:33 +02:00
file.d Remove all trailing whitespace 2017-07-03 12:19:27 +02:00
log.d Remove all trailing whitespace 2017-07-03 12:19:27 +02:00
net.d Avoid extra exception and allow toString of unspecified NetworkAddress values. 2017-07-19 14:50:20 +02:00
path.d Merge branch 'master' into trailing-whitespace 2017-07-19 00:08:33 +02:00
stream.d Add stream proxy types to allow user code to store generic streams. 2017-01-31 16:48:04 +01:00
sync.d Use StackSList for ThreadLocalWaiter and add simple loop detection. 2017-07-19 14:54:33 +02:00
task.d remove more white space 2017-07-19 00:40:24 +02:00
taskpool.d Use abort() in case of uncaught Error exceptions. 2017-07-19 00:11:12 +02:00