#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_tcp_accept(stack: Stack) -> StackExpand description
TCP accept a connection
Stack effect: ( listener_id – client_id Bool )
Accepts a connection (yields the strand until one arrives). Returns (0, false) on failure (invalid listener, accept error, socket limit).
§Safety
Stack must have an Int (listener_id) on top