mentat/docs/apis/rust/tokio_executor/park/sidebar-items.js
2018-06-22 12:08:32 +01:00

1 line
No EOL
344 B
JavaScript

initSidebarItems({"struct":[["ParkError","Error returned by [`ParkThread`]"],["ParkThread","Blocks the current thread using a condition variable."],["UnparkThread","Unblocks a thread that was blocked by `ParkThread`."]],"trait":[["Park","Block the current thread."],["Unpark","Unblock a thread blocked by the associated [`Park`] instance."]]});