Adds a data event to the sink.
event
Must not be called on a closed sink.
void add(T data) { _sink.add(data); }