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

Implement Thread wrapper, make all components Thread-safe #9

Open
asmodehn opened this issue Feb 24, 2014 · 1 comment
Open

Implement Thread wrapper, make all components Thread-safe #9

asmodehn opened this issue Feb 24, 2014 · 1 comment

Comments

@asmodehn
Copy link
Owner

We should wrap C++11 threads, to make sure the program can safely use multithread, ( even if they are not fully available in the compiler - TODO only if necessary ).

Then all components ( logger, screenrender, network, etc ) should be made threadsafe, so that they can be safely used in a heavily multithreaded software.

@asmodehn
Copy link
Owner Author

find inspiration in boost, C++11 standard, or there http://google.github.io/google-api-cpp-client/latest/guide/types.html

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