Files
libkiwix/include
Matthieu Gautier 1514661c26 Protect search from multi threading race condition.
libzim's search is not thread safe (mainly because xapian is not).
So we must protect our search objects from multi thread calls.

The best way to do this is to associate a mutex to the `zim::Searcher`
and lock the searcher each time we access object derivated from the
searcher (search, results, iterator, ...)
2022-06-02 12:37:52 +02:00
..
2022-01-12 18:07:46 +01:00
2018-12-02 15:47:29 +01:00
2022-01-13 14:23:29 +01:00
2019-10-28 15:56:49 +01:00
2021-04-28 11:42:55 +04:00
2021-06-30 18:27:00 +02:00
2022-01-13 14:23:29 +01:00
2022-01-09 20:05:30 +01:00