#include <metadata.h>
Definition at line 104 of file metadata.h.
◆ set_stop_token()
| void pars::ev::base_async_metadata::set_stop_token |
( |
std::stop_token | tk | ) |
|
|
inline |
Definition at line 108 of file metadata.h.
108{ stop_token_m = tk; }
◆ stop_token()
| std::stop_token pars::ev::base_async_metadata::stop_token |
( |
| ) |
const |
|
inline |
Definition at line 106 of file metadata.h.
106{ return stop_token_m; }
The documentation for this struct was generated from the following file:
- /home/runner/work/pars-cxx/pars-cxx/lib/include/pars/ev/metadata.h