[][src]Function drone_cortexm::thr::thread_call

pub unsafe fn thread_call<T>(thr_idx: usize, f: unsafe extern "C" fn()) where
    T: Thread

Runs the function f inside the thread number thr_idx.

Safety

The function is not reentrant.