Uploaded image for project: 'Rust Driver'
  1. Rust Driver
  2. RUST-1804

mongo-rust-driver - PR #992: Replace `async_once` with `tokio::sync::OnceCell`

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 2.8.0
    • Affects Version/s: None
    • Component/s: None

      Expyron has created PR #992: Replace `async_once` with `tokio::sync::OnceCell` in mongo-rust-driver

      Issue Text:
      `async_once` is unmaintained and [has been reported unsound](https://github.com/hjiayz/async_once/issues/5).

      `tokio`'s `parking_lot` feature has been added in order to have access to `OnceCell::const_new()`. This is only necessary in older `tokio` versions.

            Assignee:
            abraham.egnor@mongodb.com Abraham Egnor
            Reporter:
            dbeng-pm-bot PM Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: