Back to Atomvm

Module gen_event

main-apidocs-erlang-estdlib-gen-underscore-event.md

latest1.4 KB
Original Source

Module gen_event

Function Index

| add_handler/3 | | | delete_handler/3 | | | notify/2 | | | start/0 | | | start/2 | | | start_link/0 | | | start_link/2 | | | stop/1 | | | sync_notify/2 | |

Function Details

add_handler/3

add_handler(EventMgrRef, Handler, Args) -> any()

delete_handler/3

delete_handler(EventMgrRef, Handler, Args) -> any()

notify/2

notify(EventMgrRef, Event) -> any()

start/0

start() -> any()

start/2

start(EventMgrName, Options) -> any()

start_link() -> any()

start_link(EventMgrName, Options) -> any()

stop/1

stop(EventManagerRef) -> any()

sync_notify/2

sync_notify(EventMgrRef, Event) -> any()