pars 0.2.1.99
Loading...
Searching...
No Matches
pars::ev::base_async_metadata Struct Reference

#include <metadata.h>

Inheritance diagram for pars::ev::base_async_metadata:

Public Member Functions

std::stop_token stop_token () const
 
void set_stop_token (std::stop_token tk)
 

Detailed Description

Definition at line 104 of file metadata.h.

Member Function Documentation

◆ 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: