register_futures_executor

Function register_futures_executor 

Source
pub fn register_futures_executor() -> Result<()>
Available on crate feature executor only.
Expand description

Create and register ThreadPool as the rasi global Executor syscall, the inner using num_cpus::get_physical() to specify the pool size.

See register_futures_executor_with_pool_size for more informations.