| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
CallbackCanceled"
This reverts commit b113568e5aec49aed207756bddb9c42870a37161.
|
|
|
|
Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
|
|
|
|
promises
|
|
|
|
cancelation
|
|
|
|
block operations
|
|
|
|
TaskExecutor::scheduleRemoteCommand
|
|
|
|
|
|
Add support for a mode for the task executor where rather than
targetting a single host, we target any of a set of hosts. This should
behave identically to scheduleRemoteCommand, except that we concurrently
get() connections from the connection pool for each host, preferring the
first which is available
|
|
|
|
Remove leading comments that are just stating the filename.
Move any file-level comments below the copyright banner.
Remove leading blank lines.
|
|
|
|
This commit is an automated rename of all whole word instances of txn,
_txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all
.cpp and .h files in src/mongo.
|
|
Removal of unused methods, minor changes to method signatures.
|
|
|
|
|
|
|
|
|