Skip to content

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

@asmodehn

Description

@asmodehn

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions