Idris2Doc : Postgres.DB.Wait

Postgres.DB.Wait

(source)

Definitions

pgWait : Conn->IOBool
  Wait for something to happen on the given
connection.

NOTE: Will call to consume as a convenience
after finished waiting.

Returns True if waiting succeeds and False
if waiting fails for some reason.

Visibility: export