Add files for thread compatibility with RIOT
These headers implement thread, mutex and condition_variable based on RIOT thread and mutex. A new configure option allows a build for RIOT and uses these implementations instead of the STL ones.
Showing
libcaf_core/caf/mutex.hpp
0 → 100644
libcaf_core/caf/thread.hpp
0 → 100644
libcaf_core/src/mutex.cpp
0 → 100644
libcaf_core/src/thread.cpp
0 → 100644
Please register or sign in to comment