[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 67 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
TaskQueue:: (5 methods):
__construct()
isEmpty()
add()
run()
disableShutdown()
__construct($withShutdown = true) X-Ref |
No description |
isEmpty() X-Ref |
No description |
add(callable $task) X-Ref |
No description |
run() X-Ref |
No description |
disableShutdown() X-Ref |
The task queue will be run and exhausted by default when the process exits IFF the exit is not the result of a PHP E_ERROR error. You can disable running the automatic shutdown of the queue by calling this function. If you disable the task queue shutdown process, then you MUST either run the task queue (as a result of running your event loop or manually using the run() method) or wait on each outstanding promise. Note: This shutdown will occur before any destructors are triggered. |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |