func _io_poll(fds: RawPtr, count: Int, timeout: Int) 'io -> IntPolls 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))
}