isAvailableAsync

expect suspend fun Port.isAvailableAsync(host: LocalHost): Boolean(source)

Checks if the TCP port is available on LocalHost or not.

Parameters

See also

io.matthewnelson.kmp.tor.runtime.core.util.isAvailableSync
actual suspend fun Port.isAvailableAsync(host: LocalHost): Boolean(source)

Checks if the TCP port is available on LocalHost or not.

Parameters

actual suspend fun Port.isAvailableAsync(host: LocalHost): Boolean(source)

Checks if the TCP port is available on LocalHost or not.

Parameters

See also