Add basic deque implementation.
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.
Showing
lib/pls/include/pls/internal/base/deque.h
0 → 100644
lib/pls/src/internal/base/deque.cpp
0 → 100644
Please
register
or
sign in
to comment