Publisher.then

Connect a listener to the publisher.

interface Publisher(Outputs...)
then
(
T
)
(
T delegate @safe next
)
if (
!is(Output == void)
)

Return Value

Type: auto

A pipe that is loaded with the same data that is returned by the listener.

Meta