Snooze
Snooze copied to clipboard
Event loop for handling notifications from multiple threads at once
Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Release notes Sourced from phpstan/phpstan's releases. 1.10.15 Bleeding edge 🔪 InvalidPhpDocTagValueRule: include PHPDoc line number in the error message (https://github.com/phpstan/phpstan-src/commit/a04e0be832900749b5b4ba22e2de21db8bfa09a0)...
Recently it was discovered that system time changes during `SleeperHandler->sleepUntil()` will cause the sleeper to break. Changing the time forward causes the sleeper not to sleep at all for that...