FiberManager.opOpAssign

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
opOpAssign
(
string op : "~"
)
(
Fiber fiber
,
string file = __FILE__
,
int line = __LINE__
)

Meta