Subscriber Manager
class SubscriberManager
A class that manages the job that waits for subscribers to appear. This job is set by the awaitSubscribersPlugin when the store is launched. Use await or complete to manage the job. You can only complete the job once per one start of the store.
Functions
Link copied to clipboard
Same as complete, but suspends until completion
Link copied to clipboard
Starts waiting for the subscribers until either this is cancelled or complete is called. Usually not called manually but rather launched by the awaitSubscribersPlugin.