[#wallet-SQLiteDatabase-m_write_semaphore] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteDatabase.adoc[SQLiteDatabase]::m_write_semaphore :relfileprefix: ../../ :mrdocs: Semaphore ensuring only one batch writes to the database at a time. == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::binary_semaphore m_write_semaphore; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#