libgolang: Split time and sync into their own packages
We already have some sync functionality implemented in C++ (e.g. sync.Once, sync.WaitGroup) and we are going to add more and also move timers implementation to C++. It is getting crowded for that functionality to still live in libgolang.{h,cpp} -> Split sync & time functionality into their own C++ packages (still built-into libgolang.so)
Showing
golang/sync.cpp
0 → 100644
golang/sync.h
0 → 100644
golang/time.cpp
0 → 100644
golang/time.h
0 → 100644
Please register or sign in to comment