Function switch_core_session_launch_thread

Source
pub unsafe extern "C" fn switch_core_session_launch_thread(
    session: *mut switch_core_session_t,
    func: Option<unsafe extern "C" fn(arg1: *mut switch_thread_t, arg2: *mut c_void) -> *mut c_void>,
    obj: *mut c_void,
)
Expand description

\brief Launch a thread designed to exist within the scope of a given session \param session a session to allocate the thread from \param func a function to execute in the thread \param obj an arguement