Skip to content
Commit d624bf4e authored by Philip Withnall's avatar Philip Withnall
Browse files

gthread: Suggest using *_async() functions instead of threads

It’s unfortunately common to see worker threads being spawned all over
the place to do operations which could be brought into the main thread
with an async call, simplifying everything.

https://bugzilla.gnome.org/show_bug.cgi?id=741779
parent 5ee333e4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment