class Woozy::ConsoleOutputActor
- Woozy::ConsoleOutputActor
- Reference
- Object
Defined in:
console_output_actor.crConstructors
Instance Method Summary
- #clear_input(io) : Nil
- #format(io : IO, entry : Log::Entry) : Nil
- #print_input(io) : Nil
- #start : Nil
- #stop : Nil
Constructor Detail
def self.new(change_channel : Channel(ConsoleInputActor::Change), log_channel : Channel(Log::Entry))
#