turbo_
tasks
0.1.0
turbo_tasks
Function
spawn_blocking
Copy item path
Source
pub async fn spawn_blocking<T:
Send
+ 'static>( func: impl
FnOnce
() -> T +
Send
+ 'static, ) -> T