module Callback

Defined in:

callback.cr

Constant Summary

VERSION = "0.1.0"

Macro Summary

Macro Detail

macro register_event(event_name, *types) #

[View source]
macro run_event(event_name, *args) #

we do this because we have to make the core method a different name than is registered b/c crystal checks for available macros before checking for methods so they can't be the same name


[View source]