stream property

Stream<R> get stream

listen for any message from this worker

Implementation

Stream<R> get stream => _controller.stream;