Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/synchronization/
DDistributedMutex-inl.h413 class RequestWithoutReturn {
417 explicit RequestWithoutReturn(Func func) : func_{std::move(func)} {} in RequestWithoutReturn() function
436 RequestWithoutReturn<Func>,
663 RequestWithoutReturn<F>& request,