Semaphore ensuring only one batch writes to the database at a time.
Synopsis
Declared in <wallet/sqlite.h>
std::binary_semaphore m_write_semaphore;
Created with MrDocs
Semaphore ensuring only one batch writes to the database at a time.
Declared in <wallet/sqlite.h>
std::binary_semaphore m_write_semaphore;
Created with MrDocs