Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Commands = make(chan string, 1) CommandsProcessed = make(chan ProcessingResult, 1) )
Functions ¶
func StartReadingCommands ¶
func StartReadingCommands()
func StopReadingCommandsFromStdin ¶
func StopReadingCommandsFromStdin()
Types ¶
type ProcessingResult ¶
type ProcessingResult int
const ( Done ProcessingResult = 0 MoreInputNeeded ProcessingResult = 1 )
Click to show internal directories.
Click to hide internal directories.