|
Zth (libzth)
|
Change the stack size of a fiber returned by zth_async. More...
#include <async.h>
Public Member Functions | |
| constexpr | setStackSize (size_t s) noexcept |
Public Attributes | |
| size_t | stack |
Change the stack size of a fiber returned by zth_async.
This is a manipulator that calls zth::Fiber::setStackSize(). Example:
|
inlineexplicitconstexprnoexcept |