abstract class Tokoroten::Worker
- Tokoroten::Worker
- Reference
- Object
Defined in:
tokoroten/worker.crConstructors
Class Method Summary
Instance Method Summary
- #exec(message : String | Nil = nil)
- #exists? : Bool
- #kill
- #receive : String | Nil
- #response(message : String)
- #run
- #task(message : String)
- #wait_thread
Constructor Detail
def self.new(main_reader : IO::FileDescriptor, main_writer : IO::FileDescriptor, worker_reader : IO::FileDescriptor, worker_writer : IO::FileDescriptor)
#