(defn rebind-fn [func] (let [a *handler-stack*, b *continues*] (fn [& args] (binding [*handler-stack* a *continues* b] (apply func args)))))
Comments top
No comments for rebind-fn. Log in to add a comment.