Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
event_emitter
v0.3.0
EventEmitter
Any
Base
Event
DSL
Built with Crystal 1.9.2
2023-10-08 08:08:24 UTC
module
EventEmitter::DSL
Defined in:
event_emitter/dsl.cr
Macro Summary
emit
(event, *args)
on
(event, sync =
false
, &block)
Macro Detail
macro
emit
(event, *args)
#
[
View source
]
macro
on
(event, sync =
false
, &block)
#
[
View source
]