Function avr_oxide::concurrency::thread::spawn
source · pub fn spawn<F>(f: F) -> JoinHandle
Expand description
Spawn a new thread, returning a JoinHandle for it. Panics if the thread cannot be spawned.
pub fn spawn<F>(f: F) -> JoinHandle
Spawn a new thread, returning a JoinHandle for it. Panics if the thread cannot be spawned.