module Schedule

Defined in:

schedule/runner.cr
schedule/version.cr
schedule.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Macro Summary

Class Method Detail

def self.after(interval, &block) #

[View source]
def self.every(interval, &block) #

[View source]
def self.exception_handler : Proc(Nil) | Proc(Exception, Nil) | Nil #

[View source]
def self.exception_handler=(exception_handler : Proc(Nil) | Proc(Exception, Nil) | Nil) #

[View source]
def self.retry #

[View source]
def self.stop #

[View source]

Macro Detail

macro exception_handler #

[View source]