Skip to main content

bind_session_to_stream

Function bind_session_to_stream 

Source
pub(crate) async fn bind_session_to_stream<T>(
    session: HoprSession,
    stream: T,
    max_buf: usize,
    abort_reg: Option<AbortRegistration>,
)
where T: AsyncRead + AsyncWrite + Unpin,