forked from such-gitea/wownero-lws
Fixing shutdown request during sync-phase (#143)
This commit is contained in:
committed by
Lee *!* Clagett
parent
075dc5d7c2
commit
ed6fde7f28
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user