()
| 2602 | // |
| 2603 | } |
| 2604 | |
| 2605 | completePollersUnsafe( |
| 2606 | pubsub: PubSub.Atomic<A>, |
| 2607 | subscribers: PubSub.Subscribers<A>, |
| 2608 | subscription: PubSub.BackingSubscription<A>, |
| 2609 | pollers: MutableList.MutableList<Deferred.Deferred<A>> |
no outgoing calls
no test coverage detected