Supervisor Job (Kotlin Coroutines)

Описание к видео Supervisor Job (Kotlin Coroutines)

The best Android courses in the world: https://codingwithmitch.com/

In this video I talk about a special Kotlin coroutines job called supervisor job. Children of a supervisor job can fail independently of each other.

A failure or cancellation of a child does not cause the supervisor job to fail and does not affect its other children, so a supervisor can implement a custom policy for handling failures of its children.

Code: https://github.com/mitchtabian/Kotlin...

Instagram:   / codingwithmitch  
Twitter:   / mitch_tabian  
.
.
#codingwithmitch

Комментарии

Информация по комментариям в разработке