mentat/tokio/executor/sidebar-items.js

1 line
534 B
JavaScript
Raw Normal View History

2018-08-22 17:04:13 +00:00
initSidebarItems({"fn":[["spawn","Spawns a future on the default executor."]],"mod":[["current_thread","Execute many tasks concurrently on the current thread."],["thread_pool","Maintains a pool of threads across which the set of spawned tasks are executed."]],"struct":[["DefaultExecutor","Executes futures on the default executor for the current execution context."],["Spawn","Return value from the `spawn` function."],["SpawnError","Errors returned by `Executor::spawn`."]],"trait":[["Executor","A value that executes futures."]]});