-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Workload Scheduling
-
Fully Compatible
-
Workload Scheduling 2024-10-28
AsyncDBClient::Handle is just an alias for std::shared_ptr<AsyncDBClient>. We should remove this alias and use the pointer type directly to better communicate the refcounting semantics, similar to what we did for SessionHandle and BatonHandle in SERVER-74241 and SERVER-72164.
- related to
-
SERVER-74241 Remove SessionHandle alias
- Closed
-
SERVER-72164 Consider removing BatonHandle typedef
- Closed