vibe-core/source/vibe
Sönke Ludwig c3272f7d1f Fix assertion in SpinLock when called from a signal handler.
Since the signal handler can be called in any thread of the application, it may happen so in a non-D thread where Thread.getThis() returns null. This change works around this and also removes the need to call SpinLock.setup on thread startup.
2018-10-30 12:39:08 +01:00
..
core Fix assertion in SpinLock when called from a signal handler. 2018-10-30 12:39:08 +01:00
internal Add unit test for postblit behavior of InterfaceProxy. 2018-03-16 18:00:56 +01:00
appmain.d Add appmain for backwards compatibility. 2016-11-04 21:34:01 +01:00