vibe-core/source
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
..
vibe Remove SpinLock and use core.sync.mutex.Mutex instead. 2019-09-19 11:25:14 +02:00