Publisher.subscribe

Low-level API to directly subscribe to the data sent by this publisher.

Calling this multiple times is undefined behavior.

interface Publisher(Outputs...)
void
subscribe
if (
!is(Output == void)
)

Parameters

subscriber Subscriber!Output

Subscriber to register.

Meta