Mir

Comment 4 for bug 1194384

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: Event callbacks are not single-thread-safe

I'm talking about existing apps written for existing toolkits. GTK for example.

It is a very important issue. If you allow multiple threads to run concurrently without any locking, operating on the same data, they will race. Hence bugs.