mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05: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).