|
Zth (libzth)
|
Change the name of a fiber returned by zth_async. More...
#include <async.h>
Public Member Functions | |
| setName (char const *n) | |
| setName (string const &n) | |
| setName (string &&n) | |
Public Attributes | |
| string | name |
Change the name of a fiber returned by zth_async.
This is a manipulator that calls zth::Fiber::setName().