Strategy

interface Strategy

Functions

getInput
Link copied to clipboard
abstract suspend fun getInput(): Value
recvOutput
Link copied to clipboard
abstract suspend fun recvOutput(value: Value)

Inheritors

FileStrategy
Link copied to clipboard
TerminalIO
Link copied to clipboard