class Queuing::Queue
- Queuing::Queue
- Reference
- Object
Defined in:
queuing/queue.crConstructors
Instance Method Summary
- #ch_input : Channel(Queuing::InputCommandInfo)
- #ch_storage
- #generate_queue_tick
- #handle_msg(command : InputCommandInfo)
- #len
- #name : String
- #process_input
- #publish(command : InputCommandInfo)
- #storage : Queuing::QueueStorage
- #subscribe(command : InputCommandInfo)
- #subscribers : Hash(TCPSocket?, Bool)
- #unsubscribe(command : InputCommandInfo)