class CommandProcessor

Defined in:

command_processor.cr

Class Method Summary

Class Method Detail

def self.process(input_stream : Channel(Command), output_stream : Channel(CommandResult)) #

[View source]
def self.start(input_stream : Channel(Command), output_stream : Channel(CommandResult)) #

Starts processing commands.


[View source]