Amp v2.5.1 Release Notes
Release Date: 2020-11-03 // about 2 years ago-
- 🛠 Fixed issue where cancelling timer watchers in
NativeDriver
could result in timers being executed out of order (#332) - 🛠 Fixed 100% CPU usage in
NativeDriver
when only signal watchers were enabled
- 🛠 Fixed issue where cancelling timer watchers in
Previous changes from v2.5.0
-
- ➕ Add
Amp\Iterator\discard()
(#315) - 🛠 Fix potential warning on shutdown in UvDriver
- 🛠 Fix repeat watchers in
NativeDriver
that are disabled and re-enabled during callback invocation (#325) - 🛠 Fix timer intervals being counted from timer creation instead of last tick time (#319)
Loop::now()
/Driver::now()
is no longer cached in each tick
- ➕ Add