Guest User

Untitled

a guest
Aug 14th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Simple_one_for_one application
  2. -define(SERVER(Id), {global, {Id, ?MODULE}}).
  3. start_link(Id) ->
  4. gen_server:start_link(?SERVER(Id), ?MODULE, [Id], []).
Add Comment
Please, Sign In to add comment