Observer.empty

Determines whether there are any events left.

Note that this property needs to wait until either at least one event is available, or until the observer was closed.

struct Observer(T)
@property
bool
empty
()

Meta