Skip to content

sudeeps-r/android-kotlin-coroutine

Repository files navigation

android-kotlin-coroutine

A demo showcasing the capability of coroutine

Coroutine is powerfull lightweidht thread offered by kotlin, you can invoke the async invocation using layunch(no return type),asynch-await return Deffered or runBlocking. The suspend is the core idea behind the coroutine

The execution can be done on UI -UI thread CommonPool - Thread pool DefaulPool- CommonPool

About

A demo showcasing the capability of coroutine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages