aydozy / Kotlin-Coroutines

Kotlin - Understanding "Coroutines"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin - "Coroutines"

What is Coroutine?

  • A coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously.

What will you see in these codes?

These codes were created to understand coroutine and other terms that go with it. In the code you will find how to use:

  • GlobalScope
  • runBlocking
  • CoroutineScope
  • Suspend
  • Dispatcher
  • Async
  • job
  • withContext

About

Kotlin - Understanding "Coroutines"


Languages

Language:Kotlin 100.0%