MySQL 9.1.0
Source Code Documentation
|
#include <mysql/components/service.h>
Go to the source code of this file.
Typedefs | |
typedef struct mysql_scheduler_runnable_handle_imp * | mysql_scheduler_runnable_handle |
The hande to the runnable, to use in deregistration. More... | |
typedef bool(* | mysql_scheduler_runnable_function) (mysql_scheduler_runnable_handle handle, void *arg) |
the callback function pointer signature More... | |
typedef bool(* mysql_scheduler_runnable_function) (mysql_scheduler_runnable_handle handle, void *arg) |
the callback function pointer signature
typedef struct mysql_scheduler_runnable_handle_imp* mysql_scheduler_runnable_handle |
The hande to the runnable, to use in deregistration.