mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 06:30:28 +09:00
* Revert "Don't expose Go timers directly to lua"
This reverts commit 4ffc2206ee.
Reason for revert: some plugins happen to use raw Go timers via
time.AfterFunc(), in an unsafe way (without synchronizing their
async code with micro). Let them keep doing that for now, in an
unsafe way but at least without immediate crashes.
Fixes #3209
* Add TODO about Go timers deprecation