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

Bad join #5

Closed
franblas opened this issue Dec 3, 2014 · 2 comments
Closed

Bad join #5

franblas opened this issue Dec 3, 2014 · 2 comments
Assignees
Labels

Comments

@franblas franblas added the bug label Dec 3, 2014
@franblas franblas self-assigned this Dec 3, 2014
@franblas
Copy link
Owner Author

franblas commented Dec 3, 2014

ArrayList threadlist = new ArrayList();
for(int i=0;i<length;i+=frame){
FFSplit ffsplit = new FFSplit(frame,i, file);
threadlist.add(ffsplit);
ffsplit.start();
}
for(int j=0;j<threadlist.size();j+=frame){
threadlist.get(j).join();
}

@franblas
Copy link
Owner Author

franblas commented Dec 4, 2014

Done
c263ce9

@franblas franblas closed this as completed Dec 4, 2014
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