aroemers / mount-lite

mount, but different and light
https://cljdoc.org/d/functionalbytes/mount-lite/
Eclipse Public License 1.0
102 stars 8 forks source link

Re-bind itl to itself so binding conveyance works in with-session #23

Closed robhanlon22 closed 3 years ago

robhanlon22 commented 3 years ago

By setting up a binding before running the body in with-session, Clojure's binding conveyance correctly works in futures that are spawned from within the thread.

Resolves #22.

robhanlon22 commented 3 years ago

Heh, this actually doesn't work as expected. I've been trying it in my application and the binding still doesn't convey correctly. I'll take another stab.