Function web_thread::spawn
source · pub fn spawn<F, T>(f: F) -> JoinHandle<T>
Expand description
See std::thread::spawn()
.
§Panics
If the main thread does not support spawning threads, see
web::has_spawn_support()
.
pub fn spawn<F, T>(f: F) -> JoinHandle<T>
See std::thread::spawn()
.
If the main thread does not support spawning threads, see
web::has_spawn_support()
.