-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
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
Subsume put! into push!? #12469
Comments
@amitmurthy I think we want to retain |
The |
is there any way to push an iterable to a channel without having to splat it? |
No. I think I misunderstood your comment. Yes, we can add |
I think it would make sense to do so, since from the user's point of view a channel is just a deque with special blocking semantics. |
Closed by #13538 |
Now that
RemoteRef
s can store an array of values, it might sense to just eliminateput!
and insteadpush!
values into RemoteRefs and Channels.The text was updated successfully, but these errors were encountered: