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

Review all threading code and use Xdispatch where possible #4

Closed
Roflincopter opened this issue Jan 21, 2014 · 1 comment
Closed

Review all threading code and use Xdispatch where possible #4

Roflincopter opened this issue Jan 21, 2014 · 1 comment

Comments

@Roflincopter
Copy link
Owner

Some threading issues require sequential execution. These can be enforced by for instance condition variables. Unfortunately there are currently some issues with condition variables in libc++ so to avoid these issues we are going to use xdispatch. But first we need to identify the pieces of code we want to rewrite using xdispatch and how we should do that.

blocks on #1

@Roflincopter
Copy link
Owner Author

Although xdispatch looked promising the lack of direct dependency support with tasks is too great of a lack in my regard, And with std::thread being available and as it seems fully functional in the windows build not needed anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant