isAvailableAsync

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

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

See isAvailableSync

Parameters

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