class suspend_token
Defined at line 16 of file ../../zircon/system/ulib/zx/include/lib/zx/suspend_token.h
The only thing you can do with a suspend token is close it (which will resume the thread).
Inherits from object<suspend_token>
Functions
suspend_token
public void suspend_token()
Defined at line 20 of file ../../zircon/system/ulib/zx/include/lib/zx/suspend_token.h
suspend_token
public void suspend_token(zx_handle_t value)
Defined at line 22 of file ../../zircon/system/ulib/zx/include/lib/zx/suspend_token.h
suspend_token
public void suspend_token(handle && h)
Defined at line 24 of file ../../zircon/system/ulib/zx/include/lib/zx/suspend_token.h
suspend_token
public void suspend_token(suspend_token && other)
Defined at line 26 of file ../../zircon/system/ulib/zx/include/lib/zx/suspend_token.h
operator=
public suspend_token & operator=(suspend_token && other)
Defined at line 28 of file ../../zircon/system/ulib/zx/include/lib/zx/suspend_token.h