What is deferred in Kotlin?

Deferred value is a non-blocking cancellable future — it is a Job with a result. It is created with the async coroutine builder or via the constructor of CompletableDeferred class. It is in active state while the value is being computed.

Sizin İçin Seçtik  Does Kotlin have coroutines?

Leave a Reply

Your email address will not be published. Required fields are marked *