Files
neon/proxy/src/pglb/mod.rs
Folke Behrens e38193c530 proxy: Move connect_to_compute back to proxy (#12181)
It's mostly responsible for waking, retrying, and caching. A new, thin
wrapper around compute_once will be PGLB's entry point
2025-06-10 11:23:03 +00:00

5 lines
87 B
Rust

pub mod copy_bidirectional;
pub mod handshake;
pub mod inprocess;
pub mod passthrough;