vibe-core/source/vibe
Sönke Ludwig aae2c28ef6 Make sure that an uninitialized YieldLock does not decrement the lock counter.
Uninitialized YieldLock values can happen in various ways, dispite the default constructor being disabled. If any such value got destroyed, it would lead to a negative lock count. Since this is handled properly now, the default constructor is also enabled in this commit.
2019-09-27 15:09:06 +02:00
..
core Make sure that an uninitialized YieldLock does not decrement the lock counter. 2019-09-27 15:09:06 +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