class Concurrent::Actor::Behaviour::Supervising

Handles supervised actors. Handle configures what to do with failed child: :terminate!, :resume!, :reset!, or :restart!. Strategy sets :one_for_one (restarts just failed actor) or :one_for_all (restarts all child actors). @note TODO missing example @note this will change in next version to support supervision trees better