Skip to content

Commit bd02c4e

Browse files
committed
fix readme
1 parent 88cf448 commit bd02c4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
### Example
12

23
Queues:
4+
35
$queue = new Queue\ArrayQueue;
46
$queue->push('some message or json string');
57

68
Runner:
9+
710
$interval = 10; // seconds
811
$handler = function(string $message) {
912
echo $message.PHP_EOL;

0 commit comments

Comments
 (0)