A first look at Kotlin’s co-routines on Android

Posted by Horla on Jul 8, 2017 6:27 AM EDT
Wesharethis; By Ahmad
Mail this story
Print this story

Co-routines have been the biggest addition in Kotlin 1.1. They are absolutely great because of their power, and the community is still discovering how to make the most of them. Simply stated, co-routines are a way of writing asynchronous code sequentially. Instead of filling it all up with callbacks, you can write your lines of code one after the other. Some of them will have the ability to suspend execution and wait until the result is available.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Android, Developer

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.