func _io_accept(fd: Int) 'io -> IntAccepts one pending connection; returns its descriptor or a negative errno.View Sourcepub func _io_accept(fd: Int) 'io -> Int { 'io(request: .accept(fd)) }