A

Admin • 828.03K Points
Coach

Q. Which standard library module deals with concurrency?

  • (A) std::cmp
  • (B) std::sync
  • (C) std::fmt
  • (D) std::ops
  • Correct Answer - Option(B)
  • Views: 11
  • Filed under category Rust
  • Hashtags:

Explanation by: Admin
`std::sync` provides tools like `Mutex`, `Arc` for concurrency.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.