AsyncThread2

Creates a queue of processes that will be executed one after another by effectively preventing from executing them at the same time. This class is thread-safe.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
suspend fun await()
Link copied to clipboard
Link copied to clipboard
open suspend operator override fun <T> invoke(func: suspend () -> T): T