• Matúš Kukan's avatar
    package: Finally implement parallel zip entries deflating · fbf714b4
    Matúš Kukan yazdı
    For that:
    1, create ZipPackageStream::successfullyWritten to be called after
    the content is written
    2, Do not take mutex when reading from WrapStreamForShare - threads should
    be using different streams anyway, but there is only one common mutex. :-/
    
    Change-Id: I90303e49206b19454dd4141e24cc8be29c433045
    fbf714b4
wrapstreamforshare.cxx 5.15 KB