Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 392 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 392 Bytes

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