pub unsafe extern "C" fn cbw_Application_exitAsync(
app: *mut cbw_Application,
exit_code: i32,
)
Expand description
Same as bw_Application_exit, but guaranteed to be thread-safe The exit_code will be returned by bw_Application_run.
pub unsafe extern "C" fn cbw_Application_exitAsync(
app: *mut cbw_Application,
exit_code: i32,
)
Same as bw_Application_exit, but guaranteed to be thread-safe The exit_code will be returned by bw_Application_run.