Files
ardour/libs
Robin Gareus 9a30bfd0c6 use Xthreads in session butler.
(hopefully) fixes export randomly stalling on windows: 
dequeue_request() was a single request (no queue) on Windows.

Butler::queue_request() is called 
-> Butler goes to work..
-> while working, another request is queued
-> butler never sees this
-> deadlock
during Freewheeling/Export wait_until_finished()
waits for the 2nd request to be handled, and never returns.
2015-03-01 20:55:39 +01:00
..
2015-03-01 20:55:39 +01:00
2015-01-27 23:13:55 +01:00
2015-02-20 23:30:48 +11:00
2015-02-19 20:23:11 -05:00