package postgres_async

  1. Overview
  2. Docs
type t = {
  1. pid : Core.Pid.t;
  2. channel : Postgres_async__.Types.Notification_channel.t;
  3. payload : string;
}
val consume : ([> Core.read ], Iobuf.seek) Iobuf.t -> t Core.Or_error.t
OCaml

Innovation. Community. Security.