|
Unify Framework Lib 1.7.0
|
#include "sl_status.h"Go to the source code of this file.
Functions | |
| sl_status_t | initialize_request_poller_process () |
| Start rust process. This process drives the task executor in rust. More... | |
| void | register_poll_handler (void(*handler)()) |
| register a handler thats called when a poll is requested. setting it a second time will overwrite the previous time. More... | |
| void | request_poller_poll_request () |
| request a poll More... | |
| sl_status_t initialize_request_poller_process | ( | ) |
Start rust process. This process drives the task executor in rust.
| void register_poll_handler | ( | void(*)() | handler | ) |
register a handler thats called when a poll is requested. setting it a second time will overwrite the previous time.
| void request_poller_poll_request | ( | ) |
request a poll