abstract class NestedScheduler::Result

Direct Known Subclasses

Defined in:

nested_scheduler/result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

abstract def init(&block : -> _) : -> #

[View source]
abstract def register_error(pool, fiber, error) #

[View source]
def reraise_on_error(&) #

[View source]
abstract def result #

[View source]