Home
last modified time | relevance | path

Searched refs:run_finally (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/doc/
Dcombiner-explainer.md62 We have a second tier of `run` called `run_finally`. Anything queued
63 onto `run_finally` runs after we have drained the queue. That means
75 …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
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_resource_base.cc618 auto run_finally = gtl::MakeCleanup([&]() { in ProcessFuncBatch() local