mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
There is a minor functional change in that the custom callback type uses event loop signaling that makes it safe to trigger the callback from a thread. This should however not be necessary for timers (which are all setup on the main thread).