Skip to content

Commit 4827e00

Browse files
committed
Mark internal tick API as final to discourage external usage
1 parent 059d75a commit 4827e00

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/Tick/FutureTickQueue.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44

55
use SplQueue;
66

7-
class FutureTickQueue
7+
/**
8+
* A tick queue implementation that can hold multiple callback functions
9+
*
10+
* This class should only be used internally, see LoopInterface instead.
11+
*
12+
* @see LoopInterface
13+
* @internal
14+
*/
15+
final class FutureTickQueue
816
{
917
private $queue;
1018

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy