struct Monads::Task(T)

Defined in:

monads/task.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(proc) #

[View source]

Instance Method Detail

def receive : Try(T) #

[View source]
def to_either #

[View source]
def to_maybe #

[View source]