toggle menu
ktor
3.0.0-beta-1
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
jvm
switch theme
search in API
ktor-network
/
io.ktor.network.selector
/
InterestSuspensionsMap
Interest
Suspensions
Map
jvm
class
InterestSuspensionsMap
Members
Constructors
Interest
Suspensions
Map
Link copied to clipboard
jvm
constructor
(
)
Types
Companion
Link copied to clipboard
jvm
object
Companion
Functions
add
Suspension
Link copied to clipboard
jvm
fun
addSuspension
(
interest
:
SelectInterest
,
continuation
:
CancellableContinuation
<
Unit
>
)
invoke
For
Each
Present
Link copied to clipboard
jvm
inline
fun
invokeForEachPresent
(
block
:
CancellableContinuation
<
Unit
>
.
(
SelectInterest
)
->
Unit
)
inline
fun
invokeForEachPresent
(
readyOps
:
Int
,
block
:
CancellableContinuation
<
Unit
>
.
(
)
->
Unit
)
remove
Suspension
Link copied to clipboard
jvm
fun
removeSuspension
(
interest
:
SelectInterest
)
:
CancellableContinuation
<
Unit
>
?
fun
removeSuspension
(
interestOrdinal
:
Int
)
:
CancellableContinuation
<
Unit
>
?
to
String
Link copied to clipboard
jvm
open
override
fun
toString
(
)
:
String