Skip to content

Instantly share code, notes, and snippets.

Created November 23, 2011 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1388585 to your computer and use it in GitHub Desktop.
Save anonymous/1388585 to your computer and use it in GitHub Desktop.
<clgv> (doc seque)
<lazybot> => ------------------------- clojure.core/seque ([s] [n-or-q
s]) Creates a queued seq on another (presumably lazy) seq s. The
queued seq will produce a concrete seq in the background, and can
get up to n items ahead of the consumer. n-or-q can be an integer n
buffer size, or an instance of java.util.concurrent BlockingQueue.
Note that reading from a seque can block if the reader gets ahead of
the producer. nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment