Skip to main content

Module async_wire

Module async_wire 

Source
Expand description

pg-wired AsyncConn integration: implements Poolable for async connections.

Unlike WirePoolable which pools raw WireConn (requiring a new AsyncConn per checkout), this pools AsyncConn directly so reader/writer tasks survive across checkout/return cycles.

Structsยง

AsyncPoolable
Poolable wrapper around pg_wired::AsyncConn.