events property

The events that happen while the pool is working.

Implementation

Stream<PgPoolEvent> get events => _events.stream;