mentat/tokio_executor/park/sidebar-items.js

1 line
344 B
JavaScript
Raw Normal View History

2018-08-22 17:04:13 +00:00
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."]]});