pub fn io_tcp_accept(
args: &[ValueWord],
ctx: &ModuleContext<'_>,
) -> Result<ValueWord, String>Expand description
io.tcp_accept(listener) -> IoHandle
Accept the next incoming connection on a TcpListener. Returns a new IoHandle (TcpStream) for the accepted connection.