mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-30 15:10:40 +00:00
1 line
518 B
JavaScript
1 line
518 B
JavaScript
initSidebarItems({"enum":[["Steal","When stealing some data, this is an enumeration of the possible outcomes."]],"fn":[["deque","Creates a new empty deque"]],"struct":[["Stealer","The stealing half of the work-stealing deque. Stealers have access to the opposite end of the deque from the worker, and they only have access to the `steal` method."],["Worker","Worker half of the work-stealing deque. This worker has exclusive access to one side of the deque, and uses `push` and `try_pop` method to manipulate it."]]}); |