Back to Atomvm

Module avm_pubsub

main-apidocs-erlang-eavmlib-avm-underscore-pubsub.md

latest1.5 KB
Original Source

Module avm_pubsub

Function Index

| handle_call/3 | | | handle_info/2 | | | init/1 | | | pub/3 | | | start/0 | | | start/1 | | | sub/2 | | | sub/3 | | | terminate/2 | | | unsub/2 | | | unsub/3 | |

Function Details

handle_call/3

handle_call(X1, From, Table) -> any()

handle_info/2

handle_info(Info, Table) -> any()

init/1

init(X1) -> any()

pub/3

pub(PubSub, Topic, Term) -> any()

start/0

start() -> any()

start/1

start(LocalName) -> any()

sub/2

sub(PubSub, Topic) -> any()

sub/3

sub(PubSub, Topic, Pid) -> any()

terminate/2

terminate(Reason, State) -> any()

unsub/2

unsub(PubSub, Topic) -> any()

unsub/3

unsub(PubSub, Topic, Pid) -> any()