Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TimerQueue.php
TimerQueue::$callbacks
@var array<int, TimerCallback>
Type:
callbacks
File
vendor/
revolt/
event-loop/
src/
EventLoop/
Internal/
TimerQueue.php
, line 15
Class
TimerQueue
Uses a binary tree stored in an array to implement a heap.
Namespace
Revolt\EventLoop\Internal
Code
private array $callbacks = [];
RSS feed