_io_poll

func _io_poll(fds: RawPtr, count: Int, timeout: Int) 'io -> Int

Polls count descriptor records until readiness or timeout milliseconds.

View Source
pub func _io_poll(fds: RawPtr, count: Int, timeout: Int) 'io -> Int {
	'io(request: .poll(fds, count, timeout))
}