currently use kotlin for backend and not an app engineer so i dont understand most article on coroutines which target android folks.
d
Dico
01/27/2020, 11:49 AM
Coroutines are not really different between front end and backend. The most notable differences may be how you use them, and the presence of a main dispatcher in front end. In front end you might typically write in a more reactive style.
Dico
01/27/2020, 11:50 AM
For backend just look up anything backend related that is implemented using coroutines... ktor, database stuff..