[erlang-questions] concerning exit

Hakan Mattsson hakan@REDACTED
Fri Jul 27 17:39:57 CEST 2007


On Fri, 27 Jul 2007, Matej Kosik wrote:

MK> Concerning recursive processes, when I want to terminate (stop) some
MK> process, is it safe simply not to perform the recursive call? Do I
MK> have to perform the
MK> 
MK> 	exit(normal)
MK> 
MK> call? Is there any difference? What are sideffects of `exit'?

There are no difference.

/Håkan


More information about the erlang-questions mailing list