Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 3b5d105

Browse files
committed
Use one shared channel to communicate all calls from workers threads over
1 parent aeeee8d commit 3b5d105

File tree

13 files changed

+684
-281
lines changed

13 files changed

+684
-281
lines changed

composer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"psr/container": "^1.0",
2121
"psr/log": "^1.1",
2222
"react-parallel/react-parallel": "^1.0",
23+
"react/datagram": "^1.5",
24+
"rx/operator-extras": "^2.1",
2325
"thecodingmachine/safe": "^1.2",
2426
"wyrihaximus/constants": "^1.5",
2527
"wyrihaximus/iterator-or-array-to-array": "^1.1",
@@ -43,7 +45,14 @@
4345
"object-proxy": {
4446
"interfaces-to-proxy": [
4547
"Psr\\Container\\ContainerInterface",
46-
"Psr\\Log\\LoggerInterface"
48+
"Psr\\Log\\LoggerInterface",
49+
"WyriHaximus\\Metrics\\Registry",
50+
"WyriHaximus\\Metrics\\Registry\\Counters",
51+
"WyriHaximus\\Metrics\\Registry\\Gauges",
52+
"WyriHaximus\\Metrics\\Registry\\Histograms",
53+
"WyriHaximus\\Metrics\\Counter",
54+
"WyriHaximus\\Metrics\\Gauge",
55+
"WyriHaximus\\Metrics\\Histogram"
4756
]
4857
}
4958
}

0 commit comments

Comments
 (0)