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

wrong lock primitives #1

Open
vtjnash opened this issue Aug 4, 2016 · 0 comments · May be fixed by #15
Open

wrong lock primitives #1

vtjnash opened this issue Aug 4, 2016 · 0 comments · May be fixed by #15

Comments

@vtjnash
Copy link

vtjnash commented Aug 4, 2016

This package is meant to be compatible with Julia's lightweight threads (where it is not strictly necessary) and true multithreaded Julia, in order to facilitate unified codebases that support future thread-safety.

This statement is not currently achievable: Threads.Mutex is not compatible with Julia's lightweight task system and Condition / wait / async / schedule are not compatible with multithreading.

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

Successfully merging a pull request may close this issue.

1 participant