[][src]Function drone_core::thr::thread_resume

pub unsafe fn thread_resume<T: Thread>(thr_idx: usize)

Runs the fiber chain of the thread number thr_hum.

Safety

The function is not reentrant.