R

Ravina • 3.96K Points
Extraordinary

Q. Which function is used to execute a block of code after a thread finishes?

  • (A) join()
  • (B) sync()
  • (C) merge()
  • (D) wait()
  • Correct Answer - Option(A)
  • Views: 6
  • Filed under category Rust
  • Hashtags:

Explanation by: Ravina
join() waits for a thread to complete execution.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.