mu-index: add blocking start()

Useful for unit tests
This commit is contained in:
Dirk-Jan C. Binnema
2023-09-16 11:02:36 +03:00
parent c78dafd723
commit a2046dc2b1
3 changed files with 17 additions and 10 deletions

View File

@ -288,8 +288,7 @@ Scanner::Private::stop()
Scanner::Scanner(const std::string& root_dir, Scanner::Handler handler, Mode flavor)
: priv_{std::make_unique<Private>(root_dir, handler, flavor)}
{
}
{}
Scanner::~Scanner() = default;