Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deque: make most functions thread-safe
This adds a mutex to every deque object. It's acquired around most operations. Some remaining functions, which are not yet thread-safe are: - deque.copy - deque.__init__
- Loading branch information