This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/rustdoc/tokio/sidebar-items.js

1 line
1.2 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

initSidebarItems({"attr":[["main","Marks async function to be executed by the selected runtime. This macro helps set up a `Runtime` without requiring the user to use Runtime or Builder directly."],["test","Marks async function to be executed by runtime, suitable to test environment"]],"fn":[["spawn","Spawns a new asynchronous task, returning a `JoinHandle` for it."]],"macro":[["join","Waits on multiple concurrent branches, returning when all branches complete."],["pin","Pins a value on the stack."],["select","Waits on multiple concurrent branches, returning when the first branch completes, cancelling the remaining branches."],["task_local","Declares a new task-local key of type `tokio::task::LocalKey`."],["try_join","Waits on multiple concurrent branches, returning when all branches complete with `Ok(_)` or on the first `Err(_)`."]],"mod":[["io","Traits, helpers, and type definitions for asynchronous I/O functionality."],["net","TCP/UDP/Unix bindings for `tokio`."],["runtime","The Tokio runtime."],["stream","Due to the `Stream` traits inclusion in `std` landing later than Tokios 1.0 release, most of the Tokio stream utilities have been moved into the `tokio-stream` crate."],["task","Asynchronous green-threads."]]});