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."]]});