In the readme is a def'd system (as opposed to edn-string-read/slurped system), which I think needs to include unquote around the ref bits, otherwise the fns get passed the form, rather than the actual ref.
More demo of how to use this in stop would be a help too. when referring to a stopping var, I had something like this for example: (list my-stop-fn 'this )
In the readme is a def'd system (as opposed to edn-string-read/slurped system), which I think needs to include unquote around the ref bits, otherwise the fns get passed the form, rather than the actual ref.
More demo of how to use
this
in stop would be a help too. when referring to a stopping var, I had something like this for example:(list my-stop-fn 'this )