Ktor
Toggle table of contents
3.3.x
Select version
3.4.x
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
Target filter
jvm
Switch theme
Search in API
Skip to content
Ktor
ktor-network
/
io.ktor.network.selector
/
InterestSuspensionsMap
Interest
Suspensions
Map
jvm
class
InterestSuspensionsMap
(
source
)
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