Searched refs:run_finally (Results 1 – 2 of 2) sorted by relevance
62 We have a second tier of `run` called `run_finally`. Anything queued63 onto `run_finally` runs after we have drained the queue. That means75 …queue finally; // you can only do run_finally when you are already running something from the comb…154 In principle, `run_finally` could get starved, but this hasn't
618 auto run_finally = gtl::MakeCleanup([&]() { in ProcessFuncBatch() local