[erlang-questions] Erlang Scheduler for Recurring Events

Anders Nygren anders.nygren@REDACTED
Wed Aug 24 15:54:01 CEST 2011


Hi
I think that the simplest way is to just use timer:apply_interval or
timer:send_interval
from stdlib.

/Anders

On Wed, Aug 24, 2011 at 6:51 AM, Hank Knight <hknight555@REDACTED> wrote:
> Hello,
>
> I need to scheduler a number of recurring events using Erlang.  Some
> events need to be triggered every second, some every three seconds and
> some every minute.  Any simple advise on how to do this or what tools
> to do?
>
> - Hank
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list