MiscFuncs

object MiscFuncs

Miscellaneous utility functions.

Functions

Link copied to clipboard
fun waitForPortAvailable(port: Int, maxAttempts: Int = 50, delayMs: Long = 200)

Blocks until the specified TCP port becomes available, polling with a delay between attempts.