vibe-core/source/vibe
Sönke Ludwig 8c0660781d Thread safety improvements in the task system.
Removes some invalid safety annotations and adds a workaround for a starvation issue in Task.join() across threads boundaries. This is still not thread-safe, but now has a safety-net and is documented, so that it doesn't get lost.
2016-12-19 20:24:08 +01:00
..
core Thread safety improvements in the task system. 2016-12-19 20:24:08 +01:00
internal Fix InterfaceProxy to not explicitly destroy contained class instances. 2016-12-10 14:21:57 +01:00
appmain.d Add appmain for backwards compatibility. 2016-11-04 21:34:01 +01:00