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

Use concurrent-extra's STM lock to lock the fd for reading/writing #16

Open
abooij opened this issue Sep 26, 2016 · 0 comments
Open

Use concurrent-extra's STM lock to lock the fd for reading/writing #16

abooij opened this issue Sep 26, 2016 · 0 comments
Assignees

Comments

@abooij
Copy link
Owner

abooij commented Sep 26, 2016

In CABI.Client.hs, we currently apply a convoluted TMVar mechanism that takes and returns a Fd to control access. This is probably better served by an STM lock.

@abooij abooij self-assigned this Sep 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant