postgres-nio
postgres-nio copied to clipboard
Start work on async listen
Motivation
We want to translate all our APIs to async.
Changes
- Add
listen(_: String) -> PostgresNotificationSequencefunction
Result
Async listen is possible.