-
Notifications
You must be signed in to change notification settings - Fork 21
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
tid.isDone() not working #131
Comments
Fixed in latest version (Build '2016-06-06'). |
Please reopen this issue. This bug still persists. tid.isDone() does not work if tid.isDone() is called in a different thread.
Result: test1() catches that tid1 is done but test2() cannot.
Fixing this bug is very important for me to implement limiting maximum # of threads for my bio pipeline. It has a while loop to check if tasks in other threads are done. |
I created a PR to fix this. |
Is BDS being actively maintained? |
Yes |
For tasks executed in
par
function, tid.isDone() does not work. You can run the following example to replicate this error.The text was updated successfully, but these errors were encountered: