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

Make atomic-box properly kill safe #85

Open
jackfirth opened this issue Sep 3, 2017 · 0 comments
Open

Make atomic-box properly kill safe #85

jackfirth opened this issue Sep 3, 2017 · 0 comments
Labels

Comments

@jackfirth
Copy link
Owner

jackfirth commented Sep 3, 2017

Killing a client thread can deadlock the box thread because the box thread attempts to send the result of applying a function in call/atomic-box back to the client thread. It should sync on the client thread's death event when attempting to send the result and skip sending it if the thread dies.

@jackfirth jackfirth added the bug label Sep 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant