class Woozy::ConsoleInputActor

Defined in:

console_input_actor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(stop_channel : Channel(Nil), command_channel : Channel(Command), change_channel : Channel(Change)) #

[View source]

Instance Method Detail

def handle_chars(chars : Slice(Char)) : Key | Nil #

[View source]
def handle_key(key : Key) : Nil #

[View source]
def start : Nil #

[View source]