package pgx

  1. Overview
  2. Docs
type 'a monad = 'a t
type 'a t
val create : 'a -> 'a t
val enqueue : 'a t -> ('a -> 'b monad) -> 'b monad