public nothrow | Fiber() |
public nothrow | Fiber(Fiber&& that) |
public suppress nothrow | Fiber(const Fiber&) |
public nothrow | Fiber(const FiberFunction& function) |
public nothrow | Fiber(const FiberFunction& function, void* param) |
public nothrow | Fiber(ulong stackSize, const FiberFunction& function) |
public nothrow | Fiber(ulong stackSize, const FiberFunction& function, void* param) |
public | ~Fiber() |
public static nothrow Fiber | FromCurrentThread() |
public inline nothrow void* | Handle() const |
public void | SwitchTo() |
public suppress nothrow void | operator=(const Fiber&) |
private void* | handle |
private bool | main |