[erlang-questions] Adding now + interval?

Roger Lipscombe roger@REDACTED
Wed Nov 26 14:51:29 CET 2014


 IntervalMs = 500,
 Now = os:timestamp(),
 Future = timer:now_add(Now, IntervalMs).

There is no timer:now_add/2 function, so how do I do this?



More information about the erlang-questions mailing list