vert-x / mod-lang-clojure

Vert.x 2.x is deprecated - use instead
http://vertx.io
Other
74 stars 15 forks source link

Only use a bound-fn when *vertx* is dynamically bound #96

Closed tobias closed 10 years ago

tobias commented 10 years ago

This will reduce calls to Var.pushThreadBindings() (which is expensive). This will be a breaking change for anyone that relied on the implicit binding capture.