Scheduler Functions
Last updated March 2020
| Name | Description |
|---|---|
| is_scheduler_thread | Determines whether or not the thread that calls this function is a scheduler thread |
| ping_scheduler | Pings the master scheduler thread |
| scheduler_active_queue_reinsert | Reinsert a delivery construct's messages into the active queue, for re-processing |
| scheduler_close_connection | Have the scheduler clean up a connection |
| scheduler_recurrent_func_add | Registers a recurrent function and a closure for the master scheduler thread |
| scheduler_register | Registers a scheduler with the system |
| scheduler_reuse_connection | Have the scheduler re-use the connection |
Was this page helpful?