You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original implementation focused on ClojureScript, and emulating various user-space reference types in cljs ecosystem. The current implementation is naive w/r/t Clojure thread-safety.
We should make the Clojure implementation thread-safe (don't use :volatile, set! etc.)
The text was updated successfully, but these errors were encountered:
The original implementation focused on ClojureScript, and emulating various user-space reference types in cljs ecosystem. The current implementation is naive w/r/t Clojure thread-safety.
We should make the Clojure implementation thread-safe (don't use :volatile, set! etc.)
The text was updated successfully, but these errors were encountered: