-
Notifications
You must be signed in to change notification settings - Fork 0
Using Tervel
Neil Moore edited this page Oct 7, 2015
·
4 revisions
This page and its subpages will be dedicated to documenting best practices when using Tervel, the wait-free concurrent data structure framework that OpenMemDB uses internally.
-
Make sure that pop_back_only() and push_back_only() can not ever be called at the same time in different threads.
- Reason: (???)