• Kirill Smelkov's avatar
    libgolang: Split time and sync into their own packages · 1a9dae3b
    Kirill Smelkov authored
    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)
    1a9dae3b
MANIFEST.in 348 Bytes