/coroutine-practice

Coroutine Practice

Primary LanguageKotlin

Coroutine Practice

  • CoroutineContext is Coroutine context is a persistent set of user-defined objects that can be attached to the coroutine.
  • Continuation is Storing information that needs to be held in the Thread Stack area.

References