Reactor.setFiberName

Set a fiber name

Used by certain diagnostic functions to distinguish the different fiber types and create histograms. Arguments bear no specific meaning, but default to describing the function used to start the fiber.

  1. void setFiberName(FiberHandle fh, string name, void* ptr)
    struct Reactor
    nothrow @safe @nogc
    void
    setFiberName
    (,
    string name
    ,
    void* ptr
    )
  2. void setFiberName(FiberHandle fh, string name, T dlg)

Meta