pub unsafe fn vexTaskAdd(
callback: unsafe extern "C" fn() -> c_int,
interval: c_int,
label: *const c_char,
)
Expand description
Creates an RTOS task
Derived from https://github.com/jpearman/vexcode-lvgllib6_X/blob/8ead3dab49665d4c98225d612672be28c7c2a425/src/v5lvgl.c#L17
ยงSafety
Calls to jumptable functions are unsafe because jumptable functions are owned by VEXos and we cannot guarantee their safety.