Waiter

sealed class Waiter constructor(process: Process, isDestroyed: Boolean) : Blocking.Waiter(source)

A helper to wait for stdout and stderr asynchronous output to stop after Process.destroy has been called.

See also

Constructors

Link copied to clipboard
protected constructor(process: Process, isDestroyed: Boolean)

Functions

Link copied to clipboard
suspend fun awaitStopAsync(): Process

Delays the current coroutine until the Stdio.Pipe stops producing output.