mentat/tokio_executor/park/sidebar-items.js
2018-08-22 17:04:13 +00: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."]]});