In `kotlinx.coroutines` there's its own light-weig...
# coroutines
e
In
kotlinx.coroutines
there's its own light-weight future implementation called
Deferred
(just because rarely used word) which can be used with any scheduler.