LaunchLimits

class LaunchLimits(maxInFlight: Int)

Functions

Link copied to clipboard
suspend fun launch(block: suspend CoroutineScope.() -> Unit): Job

Properties

Link copied to clipboard
val maxInFlight: Int
Link copied to clipboard
val semaphore: Semaphore