Skip to main content

FunnelAcceptedReceiver

Type Alias FunnelAcceptedReceiver 

Source
pub type FunnelAcceptedReceiver = Receiver<FunnelAccepted>;
Expand description

Receiver side of the Funnel ingress hand-back channel (mirrors a net.Listener’s accept queue). Device::listen_funnel returns one; await recv to take the next TLS-terminated public connection. Dropping it (or dropping the FunnelManager) tears the listener down.

Aliased Type§

pub struct FunnelAcceptedReceiver { /* private fields */ }