Skip to main content

<!!

function

clojure.core.async/<!!

Available in:BBCLJ
(<!! [port])
takes a val from port. Will return nil if closed. Will block if nothing is available. Not intended for use in direct or transitive calls from (go ...) blocks. Use the clojure.core.async.go-checking flag to detect invalid use (see namespace docs).

No examples yet. Be the first to add one!