writer method

EventWriter<T> writer()

Creates a writer bound to this channel.

Implementation

EventWriter<T> writer() => EventWriter<T>._(this);