Semaphore
class Semaphore
Deprecated: Ktor Semaphore is deprecated and will be removed in ktor 2.0.0. Consider using kotlinx.coroutines Semaphore instead.
Constructors
Semaphore(limit: Int) |
Properties
val limit: Int |
Functions
suspend fun acquire(): Unit |
|
suspend fun |
|
fun |
|
fun release(): Unit |