Current section

Files

Jump to
lustre include lustre@effect_Effect.hrl
Raw

include/lustre@effect_Effect.hrl

-record(effect, {
synchronous :: list(fun((lustre@effect:actions(any())) -> nil)),
before_paint :: list(fun((lustre@effect:actions(any())) -> nil)),
after_paint :: list(fun((lustre@effect:actions(any())) -> nil))
}).