()
| 1266 | * const channel = Channel.fromSubscriptionArray(subscription) |
| 1267 | * |
| 1268 | * // Publish some values |
| 1269 | * yield* PubSub.publish(pubsub, 1) |
| 1270 | * yield* PubSub.publish(pubsub, 2) |
| 1271 | * yield* PubSub.publish(pubsub, 3) |
| 1272 | * yield* PubSub.publish(pubsub, 4) |
no test coverage detected
searching dependent graphs…