Liking cljdoc? Tell your friends :D
Clojure only.

net.n01se.clojure-jna.libc-utils

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
raw docstring

selectclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close