Dumping-ground for libc's 'select' function, until I find a better place to put it, or other things to put here
Dumping-ground for libc's 'select' function, until I find a better place to put it, or other things to put here
(select readfds & [writefds exceptfds timeout-secs])
Block for timeout-secs waiting for events on the given file descriptors. Each of readfds, writefds, and exceptfds must be a collection of zero or more file descriptors (that is, integers), or nil. Returns a vector of three sets indicating the file descriptors that have waiting events.
Block for timeout-secs waiting for events on the given file descriptors. Each of readfds, writefds, and exceptfds must be a collection of zero or more file descriptors (that is, integers), or nil. Returns a vector of three sets indicating the file descriptors that have waiting events.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |