#[unsafe(no_mangle)]pub unsafe extern "C" fn block_server_thread_release(
arg: *const c_void,
)Expand description
Called to release the thread. This must always be called on the thread spawned by
Callbacks::start_thread, regardless of whether block_server_thread is called or not.
ยงSafety
arg must be the value passed to the start_thread callback.