whylogs-container
1.0-SNAPSHOT
whylogs-container
/
ai.whylabs.services.whylogs.util
/
waitUntil
wait
Until
inline
fun
waitUntil
(
block
:
(
)
->
Boolean
)
Content copied to clipboard
Thread.sleep until some condition is met. This shouldn't be used from coroutines, only java threads.