mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
This is the fastest way I've found to get the nextTick behavior, which allows us to aggregate multiple requests for display update (from selection changes, cursor movement, line changes) etc into a single call at the end of processing an event.