supervisor重启策略

supervisor的init函数会写重启策略,然后发现使用supervisor:terminate_child/2时,是不会自动重启的,但是exit/2是可以导致的。

你可能感兴趣的:(erlang)