Module: Concurrent::Actor::PublicDelegations
- Included in:
- InternalDelegations, Reference
- Defined in:
- lib/concurrent/actor/public_delegations.rb
Overview
Provides publicly expose-able methods from Core.
Instance Method Summary collapse
- #context_class ⇒ Object (also: #actor_class)
- #executor ⇒ Object
- #name ⇒ Object
- #parent ⇒ Object
- #path ⇒ Object
- #reference ⇒ Object (also: #ref)
Instance Method Details
#context_class ⇒ Object Also known as: actor_class
32 33 34 |
# File 'lib/concurrent/actor/public_delegations.rb', line 32 def context_class core.context_class end |
#executor ⇒ Object
27 28 29 |
# File 'lib/concurrent/actor/public_delegations.rb', line 27 def executor core.executor end |
#name ⇒ Object
7 8 9 |
# File 'lib/concurrent/actor/public_delegations.rb', line 7 def name core.name end |
#parent ⇒ Object
17 18 19 |
# File 'lib/concurrent/actor/public_delegations.rb', line 17 def parent core.parent end |
#path ⇒ Object
12 13 14 |
# File 'lib/concurrent/actor/public_delegations.rb', line 12 def path core.path end |
#reference ⇒ Object Also known as: ref
22 23 24 |
# File 'lib/concurrent/actor/public_delegations.rb', line 22 def reference core.reference end |