mentat/futures/task/sidebar-items.js

1 line
742 B
JavaScript
Raw Normal View History

2018-08-22 17:04:13 +00:00
initSidebarItems({"fn":[["current","Returns a handle to the current task to call `notify` at a later date."],["init","Initialize the `futures` task system."],["with_unpark_event","For the duration of the given callback, add an \"unpark event\" to be triggered when the task handle is used to unpark the task."]],"struct":[["AtomicTask","A synchronization primitive for task notification."],["LocalKey","A key for task-local data stored in a future's task."],["Task","A handle to a \"task\", which represents a single lightweight \"thread\" of execution driving a future to completion."],["UnparkEvent","A set insertion to trigger upon `unpark`."]],"trait":[["EventSet","A concurrent set which allows for the insertion of `usize` values."]]});