Waiter

actual sealed class Waiter(process: Process)(source)

Extended by OutputFeed.Waiter in order to provide blocking APIs for Jvm & Native.

expect sealed class Waiter(process: Process)(source)

Extended by OutputFeed.Waiter in order to provide blocking APIs for Jvm & Native.

Inheritors

actual sealed class Waiter(process: Process)(source)

Extended by OutputFeed.Waiter in order to provide blocking APIs for Jvm & Native.

Constructors

Link copied to clipboard
protected actual constructor(process: Process)
protected expect constructor(process: Process)
protected actual constructor(process: Process)

Functions

Link copied to clipboard

Blocks the current thread until the Stdio.Pipe stops producing output.