Skip to content

aydozy/Kotlin-Coroutines

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages