Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/client/
H A Dremote_command_retry_scheduler.cpp204 executor::TaskExecutor::CallbackHandle remoteCommandCallbackHandle; in shutdown() local
221 remoteCommandCallbackHandle = _remoteCommandCallbackHandle; in shutdown()
224 invariant(remoteCommandCallbackHandle.isValid()); in shutdown()
225 _executor->cancel(remoteCommandCallbackHandle); in shutdown()