SerialTaskManager

class SerialTaskManager(coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.IO.limitedParallelism(1)))(source)

Constructors

Link copied to clipboard
constructor(coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.IO.limitedParallelism(1)))

Functions

Link copied to clipboard
fun addTask(task: suspend () -> Unit)