Mediator.off

A function for removing listeners from the channel event.

struct Mediator(params...)
version(D_Ddoc)
void
off
(
IType channel
)

Parameters

channel

The channel whose event to remove from.

listeners EventType.ListenerType[]

The listeners to remove.

See Also

subscribed.event.Event.append

Meta