Erlang: How do you send yourself a handle_info message?
Posted
by mwt
on Stack Overflow
See other posts from Stack Overflow
or by mwt
Published on 2010-05-25T21:37:41Z
Indexed on
2010/05/25
21:41 UTC
Read the original article
Hit count: 139
erlang
Other than timer:send_after(0, message), is there a way to send a gen_server a handle_info message?
© Stack Overflow or respective owner