Fixing shutdown request during sync-phase (#143)

This commit is contained in:
Lee *!* Clagett
2024-10-23 15:45:07 -04:00
committed by Lee *!* Clagett
parent 075dc5d7c2
commit ed6fde7f28
2 changed files with 13 additions and 4 deletions

View File

@@ -91,7 +91,10 @@ namespace lws
void shutdown() { shutdown_ = true; stop(); }
};
//! Scans all active `db::account`s. Detects if another process changes active list.
/*! Scans all active `db::account`s. Detects if another process changes
active list.
\note Everything except `sync` and `run` is thread-safe. */
class scanner
{
db::storage disk_;