class Cocoon::Wrapper(T)
- Cocoon::Wrapper(T)
- Reference
- Object
Defined in:
cocoon.crConstructors
Instance Method Summary
Constructor Detail
def self.new(result : Channel(Exception | T | Nil) = Channel(T | Exception | Nil).new, output : Channel(Exception | T | Nil) = Channel(T | Exception | Nil).new)
#