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.

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

Meta