Skip to content
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

AVar updates #119

Merged
merged 2 commits into from
Aug 31, 2017
Merged

Conversation

natefaubion
Copy link
Collaborator

No description provided.

@@ -230,22 +230,23 @@ example = do
> Got a value: hello
```

Likewise, calling `putVar` will queue until it is taken:
Likewise, calling `putVar` on a filled `AVar` will queue until it is emptied by
a `takeVar`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a nice and clear way of explaining it, much better than my word salad on Slack.

@natefaubion natefaubion merged commit 46749af into purescript-contrib:master Aug 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants