FiberSwitch

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.

Members

Functions

spawn
void spawn()

Start the next driver in the pipeline in a new fiber (but do not call it yet).

stop
void stop()

Make sure that the fiber has finished execution.

Variables

_flod_fiber
Fiber _flod_fiber;
Undocumented in source.

Meta