abstract struct Run::Io

Defined in:

run/io.cr
run/io/generic_io.cr
run/io/null.cr
run/io/parent.cr
run/io/pipe.cr

Constant Summary

NULL = Null.new
PARENT = Parent.new
PIPE = Pipe.new

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def initialize #

[View source]