Back to Atomvm

Module dist_util

main-apidocs-erlang-estdlib-dist-underscore-util.md

latest1.7 KB
Original Source

Module dist_util

Function Index

| cancel_timer/1 | | | handshake_other_started/1 | | | handshake_we_started/1 | | | net_ticker_spawn_options/0 | | | reset_timer/1 | | | shutdown/3 | | | shutdown/4 | | | start_timer/1 | |

Function Details

cancel_timer/1

cancel_timer(Timer::pid()) -> ok

handshake_other_started/1

handshake_other_started(Hs_data::#hs_data{}) -> no_return()

handshake_we_started/1

handshake_we_started(Hs_data::#hs_data{}) -> no_return()

net_ticker_spawn_options/0

net_ticker_spawn_options() -> [any()]

reset_timer/1

reset_timer(Timer::pid()) -> ok

shutdown/3

shutdown(Module::atom(), Line::non_neg_integer(), Data::term()) -> no_return()

shutdown/4

shutdown(Module::atom(), Line::non_neg_integer(), Data::term(), Reason::term()) -> no_return()

start_timer/1

start_timer(Timeout::pos_integer()) -> pid()