class Concurrent::Actor::Core

Core of the actor. @note Whole class should be considered private. An user should use {Context}s and {Reference}s only. @note devel: core should not block on anything, e.g. it cannot wait on children to terminate

that would eat up all threads in task pool and deadlock