SerialTaskManager

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

Constructors

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

Functions

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