Provides publicly expose-able methods from {Core}.
@see Concurrent::Actor::Core#context_class
# File lib/concurrent/actor/public_delegations.rb, line 32 def context_class core.context_class end
@see Concurrent::Actor::Core#executor
# File lib/concurrent/actor/public_delegations.rb, line 27 def executor core.executor end
@see Concurrent::Actor::Core#name
# File lib/concurrent/actor/public_delegations.rb, line 7 def name core.name end
@see Concurrent::Actor::Core#parent
# File lib/concurrent/actor/public_delegations.rb, line 17 def parent core.parent end
@see Concurrent::Actor::Core#path
# File lib/concurrent/actor/public_delegations.rb, line 12 def path core.path end
@see Concurrent::Actor::Core#reference
# File lib/concurrent/actor/public_delegations.rb, line 22 def reference core.reference end