We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can reproduce a behaviour that I think is weird with something like
(chime/chime-at [10 20 30] (fn [time] (println time)) {:on-finished (fn [] (println "one") (Thread/sleep 100) (println "two"))})
And what happens is that the one gets printed but two never does.
one
two
The text was updated successfully, but these errors were encountered:
6facf8f
Cheers @AndreaCrotti, fix on master, and 0.3.4-SNAPSHOT released
0.3.4-SNAPSHOT
Sorry, something went wrong.
don't pull the rug out from underneath on-finished - fixes #51, cheers …
975da72
…@AndreaCrotti
No branches or pull requests
I can reproduce a behaviour that I think is weird with something like
And what happens is that the
one
gets printed buttwo
never does.The text was updated successfully, but these errors were encountered: