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