R

Ram Sharma • 3.40K Points
Extraordinary

Q. What does `await` do in an async method?

  • (A) Blocks execution
  • (B) Waits without blocking
  • (C) Terminates task
  • (D) Skips method body

Explanation by: Ram Sharma
`await` allows the method to wait for a task to complete without blocking the calling thread.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.