module Concurrent::Actor::Behaviour

Actors have modular architecture, which is achieved by combining a light core with chain of behaviours. Each message or internal event propagates through the chain allowing the behaviours react based on their responsibility.

If needed new behaviours can be added, or old one removed to get required behaviour.