DroidKaigi / conference-app-2018

The Official Conference App for DroidKaigi 2018 Tokyo
Apache License 2.0
1.35k stars 333 forks source link

Use suspending functions instead of async-style functions #669

Closed k-kagurazaka closed 6 years ago

k-kagurazaka commented 6 years ago

Nice experimental branch 👍

But I found an issue that unnecessary async-style functions are used.

In the Kotlin coroutines concept, we should use suspending functions instead of async-style functions (This document is helpful).

takahirom commented 6 years ago

🆒😍

takahirom commented 6 years ago

I will fix this CI. Thanks 👍