FiberManager.put

Makes a fiber call alongside other fibers with this manager. This transfers the full memory ownership to the manager. Fibers should no longer be accessed when terminating.

struct FiberManager
void
put
(
Fiber fiber
,
string file = __FILE__
,
int line = __LINE__
)

Meta