pub trait TcpListenerExt {
fn sock_accept(&self, flags: u16) -> Result<u32>;
}
Available on WASI only.
Expand description
WASI-specific extensions to std::net::TcpListener
.
pub trait TcpListenerExt {
fn sock_accept(&self, flags: u16) -> Result<u32>;
}
WASI-specific extensions to std::net::TcpListener
.