JSONDB performance improvements, threading fix.
This commit is contained in:
parent
cafbe44dde
commit
4f2a779769
6 changed files with 96 additions and 97 deletions
|
@ -178,6 +178,7 @@ private:
|
|||
|
||||
const uint64_t _startTime;
|
||||
|
||||
volatile bool _running;
|
||||
BlockingQueue<_RQEntry *> _queue;
|
||||
std::vector<Thread> _threads;
|
||||
Mutex _threads_m;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue