A

Admin • 833K Points
Coach

Q. Which function is used to delay execution in coroutines?

  • (A) wait()
  • (B) pause()
  • (C) delay()
  • (D) sleep()
  • Correct Answer - Option(C)
  • Views: 15
  • Filed under category Kotlin
  • Hashtags:

Explanation by: Admin

The delay() function is a suspend function that delays coroutine execution.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.