Amp v2.5.1 Release Notes
Release Date: 2020-11-03 // almost 4 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