Lely core libraries 2.3.4
|
An object providing the means to register a callback function with an stop_token_t object. More...
#include <stop.h>
Data Fields | |
void(* | func )(struct stop_func *func) |
The function to be invoked when a stop request is issued. | |
An object providing the means to register a callback function with an stop_token_t object.
The callback function will be invoked when the stop_source_t object associated with the stop token is requested to stop.