winemac: Don't use the main dispatch queue to implement OnMainThread() for a thread...
commit2f68e47167925993947ac07e360e9fa251c50979
authorKen Thomases <ken@codeweavers.com>
Wed, 30 Oct 2013 10:52:58 +0000 (30 05:52 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 30 Oct 2013 14:29:33 +0000 (30 15:29 +0100)
tree4f71dd49435f00b497dace8481b823473806234a
parenta5b51a766b2d618efde50ef8924d2206777da8a6
winemac: Don't use the main dispatch queue to implement OnMainThread() for a thread with no event queue.

The main dispatch queue is a serial queue and is a shared resource.  If we
submit a long-running task to it, then no other tasks, including those submitted
by the system frameworks, can run until it completes.
dlls/winemac.drv/cocoa_event.m