Top Level Namespace

Defined in:

Macro Summary

Macro Detail

macro _attach_self(event_name) #

Attaches this event to the class its run under


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

Creates a new event


[View source]
macro counter(max, &block) #

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

Emits a global event callback


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

Creates a new event, attempts to bind itself to instances of a class if it's first argument is a self


[View source]
macro future(&block) #

[View source]
macro job(&block) #

[View source]
macro on(event_name, &block) #

Defines a global event callback


[View source]