Files
flatpak/portal
Georges Basile Stavracas Neto 1b8551bcf4 portal: Don't run method invocations in a thread
Most access to the `client_pid_data_hash` hash table are unsafe due to
threading.

One approach to solve this would be to protect the hash table with a
mutex, but as per a deeper analysis, nothing in these callbacks is
slow or heavy enough to justify the need for separate threads.

Make method invocations run in the main thread.

Closes: https://github.com/flatpak/flatpak/issues/5605
2025-03-19 18:26:09 +00:00
..
2024-02-13 08:20:57 -06:00
2022-10-24 16:12:14 +01:00