Observer.pending

Determines whether any more events are currently pending.

This property is true *iff* an event is immediately available, i.e. that front yields a value without waiting. Note that empty is guaranteed to return false in this case.

struct Observer(T)
@property const
bool
pending
()

Meta