• Nils Goroll's avatar
    hopefully get the subreq task_fini dance right now · 78b9c20a
    Nils Goroll authored
    Ref: eb805e8e
    
    we cannot signal task_fini after posting subreq.done, because then we
    race the assertion that all tasks are done when we are done delivering.
    
    But we also cannot do it the other way around because then the
    assertion that subreqs are done when all tasks are finished, does not
    hold.
    
    So the right option should be to do both under the tree lock.
    78b9c20a
Name
Last commit
Last update
pkg/rpm Loading commit data...
src Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.rst Loading commit data...
COPYING Loading commit data...
INSTALL.rst Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...