rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util.threading
/
SpinWait
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Properties
Functions
spin
Until
Link copied to clipboard
inline
fun
spinUntil
(
condition
:
(
)
->
Boolean
)
Content copied to clipboard
inline
fun
spinUntil
(
timeoutMs
:
Long
,
condition
:
(
)
->
Boolean
)
:
Boolean
Content copied to clipboard
inline
fun
spinUntil
(
lifetime
:
Lifetime
,
duration
:
Duration
,
condition
:
(
)
->
Boolean
)
:
Boolean
Content copied to clipboard
inline
fun
spinUntil
(
lifetime
:
Lifetime
,
timeoutMs
:
Long
,
condition
:
(
)
->
Boolean
)
:
Boolean
Content copied to clipboard
Properties
spin
Link copied to clipboard
val
spin
:
SpinWait
Content copied to clipboard