initSidebarItems({"enum":[["Stolen","When stealing some data, this is an enumeration of the possible outcomes."]],"fn":[["new","Allocates a new work-stealing 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 `pop` method to manipulate it."]]});