• Kirill Smelkov's avatar
    libgolang/{thread,gevent}: Switch runtimes to C++ · 3a838d24
    Kirill Smelkov authored
    We will soon need to use common functionality(*) from both runtimes and
    other packages. The "other packages" are all C++ and it is handy to keep
    common functionality in C++ as well. While we could also maintain
    `extern "C"` interface, it duplicates the work. Let's switch everything
    to C++ to ease further maintenance.
    
    (*) e.g. package internal/syscall from both runtimes and from package os.
    
    /reviewed-on !17
    3a838d24
setup.py 13.5 KB