Change the name of a fiber returned by async.
More...
#include <async.h>
Change the name of a fiber returned by async.
This is a manipulator that calls zth::Fiber::setName().
- See also
- zth::setStackSize() for an example
- Examples
- 7_no_async.cpp.
Definition at line 167 of file async.h.
◆ setName() [1/3]
zth::setName::setName |
( |
char const * |
name | ) |
|
|
inlineexplicit |
◆ setName() [2/3]
zth::setName::setName |
( |
string const & |
name | ) |
|
|
inlineexplicit |
◆ setName() [3/3]
zth::setName::setName |
( |
string && |
name | ) |
|
|
inlineexplicit |
◆ ~setName()
virtual zth::setName::~setName |
( |
| ) |
|
|
overridevirtualdefault |
◆ apply()
virtual void zth::setName::apply |
( |
Fiber & |
fiber | ) |
const |
|
inlineoverrideprotectedvirtual |
The documentation for this class was generated from the following file: