drone_core::thr
pub unsafe fn thread_call<T: Thread>(thr_idx: usize, f: unsafe extern "C" fn())
Runs the function f inside the thread number thr_idx.
f
thr_idx
The function is not reentrant.