From 499d5a942fc2ad0149b0a16e978e090336dd8319 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 7 Nov 2023 10:32:07 +1100 Subject: Add a wrapper codec source that does readahead --- src/database/include/database.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/database/include/database.hpp') diff --git a/src/database/include/database.hpp b/src/database/include/database.hpp index 5eb3a8e9..fb58f3e7 100644 --- a/src/database/include/database.hpp +++ b/src/database/include/database.hpp @@ -95,7 +95,8 @@ class Database { }; static auto Open(IFileGatherer& file_gatherer, ITagParser& tag_parser, - locale::ICollator& collator) + locale::ICollator& collator, + tasks::Worker& bg_worker) -> cpp::result; static auto Destroy() -> void; -- cgit v1.2.3