mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
The problem is that we can only return to the proper thread/queue when we know what that thread/queue is. Additionally, when running tests, we are calling from a concurrent queue, so even knowing the queue, we cannot safely update the buffer with the new scopes, as only a serial queue can give us exclusive access.