Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-93742

Remove usages of AsyncDBClient::Handle

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Networking & Observability

      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.

            Assignee:
            Unassigned Unassigned
            Reporter:
            patrick.freed@mongodb.com Patrick Freed
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: