vibe-core/source/vibe
Sönke Ludwig 8c63f79ea7 Avoid yielding in the task finalization phase. Fixes #161.
Makes sure that the task finalization finishes (including notifying possibly multiple joiners) before the fiber yields, because it won't be resumed by the scheduler before the next task gets assigned to the fiber.
2019-06-16 22:44:11 +02:00
..
core Avoid yielding in the task finalization phase. Fixes #161. 2019-06-16 22:44:11 +02:00
internal Make FixedRingBuffer compatible with non-copyable structs. 2019-01-14 22:15:38 +01:00
appmain.d Add appmain for backwards compatibility. 2016-11-04 21:34:01 +01:00