• Kirill Smelkov's avatar
    sync: Move/Port WaitGroup to C++/Pyx nogil · b316e504
    Kirill Smelkov authored
    Provide sync.WaitGroup that can be used directly from C++ and Pyx/nogil codes.
    Python-level sync.WaitGroup becomes small wrapper around pyx/nogil one.
    
    Python-level tests should be enough to cover C++/Pyx functionality at
    zero-level approximation.
    b316e504
_sync.pxd 1.42 KB