From f648dd50e8008f68f4e5c7a9dd1019dd3a0cd51b Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Sun, 22 Jan 2017 17:09:35 +0100 Subject: [PATCH] Add pending signals to third tick step --- src/Loop/Driver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Loop/Driver.php b/src/Loop/Driver.php index c5de3fc..6595ce3 100644 --- a/src/Loop/Driver.php +++ b/src/Loop/Driver.php @@ -21,7 +21,7 @@ abstract class Driver * * 1. Activate watchers created / enabled in the last tick / before `run()`. * 2. Execute all enabled defer watchers. - * 3. Execute all due timer and actionable stream callbacks, each only once per tick. + * 3. Execute all due timer, pending signal and actionable stream callbacks, each only once per tick. * * The loop MUST continue to run until it is either stopped explicitly, no referenced watchers exist anymore, or an * exception is thrown that cannot be handled. Exceptions that cannot be handled are exceptions thrown from an