- setTimer now starts a task to call the callback. This keeps the timer referenced and avoids issues if I/O functions are called from within the callback. - SpinLock is now also initialized in "shared static this", so that applications using "shared static this" for initialization work properly. |
||
|---|---|---|
| .. | ||
| args.d | ||
| concurrency.d | ||
| connectionpool.d | ||
| core.d | ||
| file.d | ||
| log.d | ||
| net.d | ||
| path.d | ||
| stream.d | ||
| sync.d | ||
| task.d | ||