A mixin template that implements spawn(), stop() and yield() using core.Thread.Fiber.
Useful as a convenient default implementation for passive filters. It is used by all passive filters in flod.adapter.
Start the next driver in the pipeline in a new fiber (but do not call it yet).
Make sure that the fiber has finished execution.
See Implementation
A mixin template that implements spawn(), stop() and yield() using core.Thread.Fiber.
Useful as a convenient default implementation for passive filters. It is used by all passive filters in flod.adapter.