vibe-core/source/vibe
Sönke Ludwig fc96ee9050
Fixes for setTimer and SpinLock.
- 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.
2017-01-27 22:50:29 +01:00
..
core Fixes for setTimer and SpinLock. 2017-01-27 22:50:29 +01:00
internal Fix InterfaceProxy when used with class instances. 2017-01-27 00:51:22 +01:00
appmain.d Add appmain for backwards compatibility. 2016-11-04 21:34:01 +01:00