mentat/futures/sync/oneshot/sidebar-items.js

1 line
781 B
JavaScript
Raw Normal View History

2018-08-22 17:04:13 +00:00
initSidebarItems({"fn":[["channel","Creates a new futures-aware, one-shot channel."],["spawn","Spawns a `future` onto the instance of `Executor` provided, `executor`, returning a handle representing the completion of the future."],["spawn_fn","Spawns a function `f` onto the `Spawn` instance provided `s`."]],"struct":[["Canceled","Error returned from a `Receiver<T>` whenever the corresponding `Sender<T>` is dropped."],["Execute","Type of future which `Execute` instances below must be able to spawn."],["Receiver","A future representing the completion of a computation happening elsewhere in memory."],["Sender","Represents the completion half of a oneshot through which the result of a computation is signaled."],["SpawnHandle","Handle returned from the `spawn` function."]]});