ClojureDocs

导航

命名空间

bound-fn

clojure.core

自 1.1 起可用 (源代码)
  • (bound-fn & fntail)
Returns a function defined by the given fntail, which will install the
same bindings in effect as in the thread at the time bound-fn was called.
This may be used to define a helper function which runs on a different
thread, but needs the same bindings in place.