Is this code tail recursive?

Zvi zvi.avraham@REDACTED
Mon Sep 6 12:23:21 CEST 2010


Is this code tail recursive?

f() ->
   receive
        Pattern ->  f()
   after 1000
        timeout
   end.

Thanks.
Zvi


More information about the erlang-questions mailing list