1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-08-26 05:32:05 +00:00
Vladimir Golovnev 613e9866aa
Merge pull request #16876 from glassez/blocking
Avoid some blocking calls to libtorrent

Under some conditions (when libtorrent is doing heavy work), blocking calls can wait quite a long time, thereby suspending the main application thread. In some cases, we can avoid this, since we have enough data to make the job without call to libtorrent. Although in some cases it may require a little more work to be done in the main thread, but overall responsiveness still benefits greatly in the end, especially when the libtorrent working thread is heavily loaded.
2022-04-16 19:27:41 +03:00
..
2021-10-05 12:58:25 +08:00
2022-01-04 01:39:00 +02:00
2022-03-20 13:33:40 +08:00