• Kirill Smelkov's avatar
    internal/atomic: New package · d358fa75
    Kirill Smelkov authored
    This package provides special kind of atomic that is automatically reset
    to zero after fork in child. This kind of atomic will be used in os
    package to implement IO that does not deadlock in Close after fork.
    
    /reviewed-on !17
    d358fa75
setup.py 13.8 KB