Fire and forget với coroutine trong Kotlin
Một xử lý được gọi là fire and forget nếu như ta không cần đợi nó chạy xong và cũng không cần giá trị nó trả về. Vậy ta thực hiện điều này trong Kotlin như thế nào?
About technology stuff that piqued my interest
Một xử lý được gọi là fire and forget nếu như ta không cần đợi nó chạy xong và cũng không cần giá trị nó trả về. Vậy ta thực hiện điều này trong Kotlin như thế nào?
Fire and forget means we start an action and don’t care when or how it finish. Let’s see how we can achieve this with Kotlin
Trong bài hôm nay, chúng ta sẽ tìm hiểu cách xử lý exception xảy ra trong coroutine con của các coroutine tạo bởi launch builder.
In today’s article, we will look at how to handle exceptions occurred inside children of coroutines created by the launch builder.