public nothrow | Context() |
public nothrow bool | IsOtherFiberRunning() const |
public nothrow void | SetFibers(Fiber* mainFiber_, Fiber* otherFiber_) |
public nothrow void | SetOtherFiberRunning(bool running) |
public nothrow void | Switch() |
private Fiber* | mainFiber |
private Fiber* | otherFiber |
private bool | otherFiberRunning |
private Fiber* | runningFiber |