estdlib: add rest_for_one and simple_one_for_one supervisor strategies - #2352
estdlib: add rest_for_one and simple_one_for_one supervisor strategies#2352pguyot wants to merge 1 commit into
Conversation
8e83c85 to
63a942a
Compare
|
AMP: PR Review —
|
edf8d01 to
b5bdab9
Compare
For simple_one_for_one, drop a dynamic child whose restart returns ignore and let terminate_child/2 cancel a pending restart by the original pid, as OTP does. Signed-off-by: Paul Guyot <pguyot@kallisys.net>
b5bdab9 to
68a7821
Compare
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later