use crate;
/// The supervisor is responsible for restarting actors.
/// enable feature "supervisor_catch_unwind" for catch normal panics
/// it will slow down the program but it is more safe
/// **supervisor must hold the address of the supervised actor!!**
;
;
;