store-worker: implement

store-worker is a thread + async queue to throttle requests to a single thread.
This commit is contained in:
Dirk-Jan C. Binnema
2024-05-26 14:20:47 +03:00
parent c05b28e761
commit cf9c09867f
5 changed files with 258 additions and 1 deletions

View File

@ -42,6 +42,7 @@ lib_mu=static_library(
# misc
'mu-maildir.cc',
'mu-script.cc',
'mu-store-worker.cc'
],
dependencies: [
glib_dep,