mirror of
https://github.com/danog/amp.git
synced 2025-01-22 13:21:16 +01:00
c6f8425473
Fixes #220 by allowing immediate removal of the watcher from the queue. Insert and extract is O(log(n)), peeking is O(1), and removal is O(n).