First draft of thread class using c++11 standard.
The first draft of the internal threading component is currently only implemented using the c++11 std::thread, pthread support will be added next.
Showing
lib/pls/include/pls/internal/base/thread.h
0 → 100644
lib/pls/src/internal/base/thread.cpp
0 → 100644
Please
register
or
sign in
to comment