Amp v2.5.1 Release Notes

Release Date: 2020-11-03 // over 3 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

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