A Subscription[A] is a subscription to receive A values from the hub.
A Subscription[A] is a subscription to receive A values from the hub.
The guarantee is that a subscriber will receive all values published to
hub while it is subscribed.
Constructs a new bounded hub with the requested capacity.
Constructs a new unbounded hub.