ClojureDocs

导航

命名空间

thread-bound?

clojure.core

在 1.2 中提供 (source)
  • (thread-bound? & vars)
Returns true if all of the vars provided as arguments have thread-local bindings.
 Implies that set!'ing the provided vars will succeed.  Returns true if no vars are provided.