wp-core-connectors 0.3.0

Core connector registry and sink runtimes for WarpParse
Documentation
1
2
3
4
5
//! TCP worker module: listener loop dispatching accepted sockets to sources.

mod listener_loop;

pub use listener_loop::{ConnectionRegistration, TcpListenerLoop};