Function quickjs_runtime::jsutils::helper_tasks::add_helper_task_async
source · pub fn add_helper_task_async<R: Send + 'static, T: Future<Output = R> + Send + 'static>(
task: T,
) -> impl Future<Output = Result<R, JoinError>>
Expand description
add an async task the the “helper” thread pool