ktor
2.0.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
jvm
ktor-utils
/
io.ktor.util.cio
/
Semaphore
Semaphore
jvm
class
Semaphore
(
limit
:
Int
)
Content copied to clipboard
Functions
Properties
Functions
acquire
Link copied to clipboard
jvm
suspend
fun
acquire
(
)
Content copied to clipboard
enter
Link copied to clipboard
jvm
suspend
fun
enter
(
)
Content copied to clipboard
leave
Link copied to clipboard
jvm
fun
leave
(
)
Content copied to clipboard
release
Link copied to clipboard
jvm
fun
release
(
)
Content copied to clipboard
Properties
limit
Link copied to clipboard
jvm
val
limit
:
Int
Content copied to clipboard