class CommandProcessor
- CommandProcessor
- Reference
- Object
Defined in:
command_processor.crClass Method Summary
- .process(input_stream : Channel(Command), output_stream : Channel(CommandResult))
-
.start(input_stream : Channel(Command), output_stream : Channel(CommandResult))
Starts processing commands.
Class Method Detail
Starts processing commands.