mutils.job_manager.fiber_cache

Containers used to store Fiber objects. Allocating new Fiber is expensive so need for this containers. There are few implementations which can be easly changed and tested for performance or correctness.

Members

Functions

newFiber
Fiber newFiber()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

FiberTLSCache
struct FiberTLSCache
Undocumented in source.

Meta