-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
Service Arch 2021-09-20
-
35
Just take this private thing defined inside a function in future.h:
struct PromiseAndFuture { Promise<T> promise = Promise(make_intrusive<SharedStateT>()); Future<T> future = promise.getFuture(); };
And move it basically to be in the mongo namespace.
- is related to
-
SERVER-48735 Document Server-Internal Promise-Futures
- Closed