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

MVar #58

Open
jnape opened this issue Jun 23, 2019 · 4 comments
Open

MVar #58

jnape opened this issue Jun 23, 2019 · 4 comments
Assignees

Comments

@jnape
Copy link
Member

jnape commented Jun 23, 2019

An MVar is a volatile reference with fair scheduling (FIFO) for both take and put and blocking semantics with strong guarantees of a consumer-notify happens-before on put and a supplier-notify happens-before on take.

@jnape
Copy link
Member Author

jnape commented Aug 28, 2019

Tracking on the mvar branch.

@jnape jnape assigned jnape and unassigned jnape Aug 28, 2019
@jnape
Copy link
Member Author

jnape commented Aug 29, 2019

@7h3kk1d wants it, @7h3kk1d gets it.

@jnape jnape closed this as completed Aug 29, 2019
@7h3kk1d
Copy link
Member

7h3kk1d commented Aug 29, 2019

Follow progress on https://github.com/7h3kk1d/lambda/tree/mvar

@jnape jnape reopened this Aug 29, 2019
@jnape jnape self-assigned this Sep 4, 2019
@jnape
Copy link
Member Author

jnape commented Sep 4, 2019

Merged in on mvar, further work will continue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants