-
- Downloads
Merge branch 'unbounded_queue_implementation' into 'master'
Make LockedUnboundedQueue implementation configurable See merge request !113
No related branches found
No related tags found
Showing
- emper/lib/adt/BoostSharedMutexUnboundedQueue.hpp 43 additions, 0 deletionsemper/lib/adt/BoostSharedMutexUnboundedQueue.hpp
- emper/lib/adt/LockedUnboundedQueue.hpp 28 additions, 34 deletionsemper/lib/adt/LockedUnboundedQueue.hpp
- emper/lib/adt/MutexUnboundedQueue.hpp 41 additions, 0 deletionsemper/lib/adt/MutexUnboundedQueue.hpp
- emper/lib/adt/RwLockUnboundedQueue.hpp 92 additions, 0 deletionsemper/lib/adt/RwLockUnboundedQueue.hpp
- emper/lib/adt/SharedMutexUnboundedQueue.hpp 48 additions, 0 deletionsemper/lib/adt/SharedMutexUnboundedQueue.hpp
- emper/meson.build 3 additions, 3 deletionsemper/meson.build
- eval/meson.build 3 additions, 8 deletionseval/meson.build
- meson.build 7 additions, 0 deletionsmeson.build
- meson_options.txt 12 additions, 0 deletionsmeson_options.txt
- tests/fixtures/meson.build 1 addition, 2 deletionstests/fixtures/meson.build
emper/lib/adt/MutexUnboundedQueue.hpp
0 → 100644
emper/lib/adt/RwLockUnboundedQueue.hpp
0 → 100644
emper/lib/adt/SharedMutexUnboundedQueue.hpp
0 → 100644
Please register or sign in to comment