vibe-core/source/vibe
Sönke Ludwig 2c63aa5c5c Allow destructors to run in foreign threads. Fixes #69.
This change modifies destructors to anticipate that they can be called form a foreign thread if the GC is involved. The actual release of the reference will then happen deferred in the original thread.
2018-03-16 18:06:53 +01:00
..
core Allow destructors to run in foreign threads. Fixes #69. 2018-03-16 18:06:53 +01:00
internal Fix deprecation warnings on DMD 2.079.0. 2018-03-06 20:13:59 +01:00
appmain.d Add appmain for backwards compatibility. 2016-11-04 21:34:01 +01:00