Skip to content

Instantly share code, notes, and snippets.

@gtrak
Created January 16, 2014 20:08
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 gtrak/8462476 to your computer and use it in GitHub Desktop.
Save gtrak/8462476 to your computer and use it in GitHub Desktop.
cljs-complete.core-test> (clojure.pprint/pprint ('chan (cc/ns-vars (test-env) 'cljs.core.async)))
{:arglists '([] [buf-or-n]),
:name cljs.core.async/chan,
:protocol-impl nil,
:max-fixed-arity 1,
:methods
({:tag cljs.core.async.impl.channels/ManyToManyChannel,
:variadic false,
:max-fixed-arity 0}
{:tag cljs.core.async.impl.channels/ManyToManyChannel,
:variadic false,
:max-fixed-arity 1}),
:column 1,
:protocol-inline nil,
:variadic false,
:doc
"Creates a channel with an optional buffer. If buf-or-n is a number,\n will create and use a fixed buffer of that size.",
:line 41,
:fn-var true,
:file
"/home/gary/dev/personal/quewww/target/cljsbuild-compiler-0/cljs/core/async.cljs"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment