Package-level declarations

Types

Link copied to clipboard
expect abstract class Process
actual abstract class Process
actual typealias Process = java.lang.Process

Functions

Link copied to clipboard
expect fun addShutdownHook(hook: suspend () -> Unit)
actual fun addShutdownHook(hook: suspend () -> Unit)
actual fun addShutdownHook(hook: suspend () -> Unit)
Link copied to clipboard
Link copied to clipboard
expect fun exists(path: Path): Boolean
actual fun exists(path: Path): Boolean
actual fun exists(path: Path): Boolean
Link copied to clipboard
fun filterRecurse(node: DOM.Node, predicate: (DOM.Node) -> Boolean): DOM.Node?
Link copied to clipboard
expect fun findChromeExecutable(): Path?
actual fun findChromeExecutable(): Path?
actual fun findChromeExecutable(): Path?
Link copied to clipboard
expect fun freePort(): Int?
actual fun freePort(): Int?
actual fun freePort(): Int?
Link copied to clipboard
expect fun getHttpApiClientEngine(): HttpClientEngineFactory<*>
actual fun getHttpApiClientEngine(): HttpClientEngineFactory<*>
actual fun getHttpApiClientEngine(): HttpClientEngineFactory<*>
Link copied to clipboard
expect fun getWebSocketClientEngine(): HttpClientEngineFactory<*>
actual fun getWebSocketClientEngine(): HttpClientEngineFactory<*>
actual fun getWebSocketClientEngine(): HttpClientEngineFactory<*>
Link copied to clipboard
Link copied to clipboard
expect fun isPosix(): Boolean
actual fun isPosix(): Boolean
actual fun isPosix(): Boolean
Link copied to clipboard
expect fun isRoot(): Boolean
actual fun isRoot(): Boolean
actual fun isRoot(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
expect suspend fun startProcess(exe: Path, params: List<String>): Process
actual suspend fun startProcess(exe: Path, params: List<String>): Process
actual suspend fun startProcess(exe: Path, params: List<String>): Process
Link copied to clipboard
expect fun tempProfileDir(): Path
actual fun tempProfileDir(): Path
actual fun tempProfileDir(): Path