Module: Concurrent::Actor::PublicDelegations

Included in:
InternalDelegations, Reference
Defined in:
lib-edge/concurrent/actor/public_delegations.rb

Overview

Provides publicly expose-able methods from Core.

Instance Method Summary collapse

Instance Method Details

#context_classundocumented Also known as: actor_class

See Also:



32
33
34
# File 'lib-edge/concurrent/actor/public_delegations.rb', line 32

def context_class
  core.context_class
end

#executorundocumented

See Also:



27
28
29
# File 'lib-edge/concurrent/actor/public_delegations.rb', line 27

def executor
  core.executor
end

#nameundocumented

See Also:



7
8
9
# File 'lib-edge/concurrent/actor/public_delegations.rb', line 7

def name
  core.name
end

#parentundocumented

See Also:



17
18
19
# File 'lib-edge/concurrent/actor/public_delegations.rb', line 17

def parent
  core.parent
end

#pathundocumented

See Also:



12
13
14
# File 'lib-edge/concurrent/actor/public_delegations.rb', line 12

def path
  core.path
end

#referenceundocumented Also known as: ref

See Also:



22
23
24
# File 'lib-edge/concurrent/actor/public_delegations.rb', line 22

def reference
  core.reference
end