Function cbw_Application_assertCorrectThread

Source
pub unsafe extern "C" fn cbw_Application_assertCorrectThread(
    arg1: *const cbw_Application,
)
Expand description

Safety check that makes sure the given application handle is used on the correct thread. Does nothing in release mode.