_io_accept

func _io_accept(fd: Int) 'io -> Int

Accepts one pending connection; returns its descriptor or a negative errno.

View Source
pub func _io_accept(fd: Int) 'io -> Int {
	'io(request: .accept(fd))
}