Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (27 loc) · 981 Bytes

snatch_router.md

File metadata and controls

47 lines (27 loc) · 981 Bytes

Module snatch_router

Behaviours: snatch.

Function Index

handle_info/2
init/1
terminate/2

Function Details

handle_info/2


handle_info(Info::term(), PID::pid() | atom()) -> {noreply, pid() | atom()}

init/1


init(X1::[pid() | atom()]) -> {ok, pid() | atom()}

terminate/2


terminate(Reason::any(), PID::pid() | atom()) -> ok