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