vibe-core/source/vibe
Sönke Ludwig 5640516ba8 Remove SpinLock and use core.sync.mutex.Mutex instead.
The places that used it showed too much contention in load tests, so that the spin lock was more expensive that the regular OS mutex/futex.
2019-09-19 11:25:14 +02:00
..
core Remove SpinLock and use core.sync.mutex.Mutex instead. 2019-09-19 11:25:14 +02:00
internal Replace sizediff_t with ptrdiff_t 2019-08-31 12:30:50 +09:00
appmain.d Add appmain for backwards compatibility. 2016-11-04 21:34:01 +01:00