hasNext method

  1. @override
bool hasNext()
inherited

Function that returns true if the back pressure strategy has a job in queue.

Implementation

@override
bool hasNext() => queue != null;