Skip to main content

ThreadSendCallbackType

Type Alias ThreadSendCallbackType 

Source
pub type ThreadSendCallbackType = extern "C" fn(*const c_void, ThreadReceiveMsg) -> bool;
Expand description

Callback for sending messages from thread to main thread