scgilardi / slingshot

Enhanced try and throw for Clojure leveraging Clojure's capabilities
654 stars 28 forks source link

use a size 1 boolean array as a mutable cell #45

Closed scgilardi closed 10 years ago

scgilardi commented 10 years ago

an atom seems overkill here, this is a one time transition from false to true and the location is only ever going to be available within one thread.

pjstadig commented 10 years ago

Looks good to me.