deque.cpp
1.55 KB
-
Add basic deque implementation. · f7f3bcfc
This implementation allows one to add the deque_item property to any class and then manage pointers to these items in a deque. We currently use a spinlock for concurrent access.
FritzFlorian committed