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
Hi! In the first example of the core.async section the code shows the following:
(put! ch 42) ;; Got a value: 42 ;; => 42
Note that put! returned the value that was just put to the channel.
Just running the example in the REPL the put! returns true instead of 42.
put!
true
42
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! In the first example of the core.async section the code shows the following:
Just running the example in the REPL the
put!
returnstrue
instead of42
.The text was updated successfully, but these errors were encountered: