BloombergLP::bslmt::TimedCompletionGuard::Handler

Handler is an alias for a pointer to a function returning void, and taking, as a parameter, a null-terminated string, which is the structure of the handler function supported by this class -- e.g., ` void myHandler(const char *text); `

Synopsis

Declared in <bslmt_timedcompletionguard.h>

typedef void(* Handler)(char const*);