module Concurrent::Actor::PublicDelegations

Provides publicly expose-able methods from {Core}.

Public Instance Methods

actor_class()
Alias for: context_class
context_class() click to toggle source

@see Concurrent::Actor::Core#context_class

# File lib/concurrent/actor/public_delegations.rb, line 32
def context_class
  core.context_class
end
Also aliased as: actor_class
executor() click to toggle source

@see Concurrent::Actor::Core#executor

# File lib/concurrent/actor/public_delegations.rb, line 27
def executor
  core.executor
end
name() click to toggle source

@see Concurrent::Actor::Core#name

# File lib/concurrent/actor/public_delegations.rb, line 7
def name
  core.name
end
parent() click to toggle source

@see Concurrent::Actor::Core#parent

# File lib/concurrent/actor/public_delegations.rb, line 17
def parent
  core.parent
end
path() click to toggle source

@see Concurrent::Actor::Core#path

# File lib/concurrent/actor/public_delegations.rb, line 12
def path
  core.path
end
ref()
Alias for: reference
reference() click to toggle source

@see Concurrent::Actor::Core#reference

# File lib/concurrent/actor/public_delegations.rb, line 22
def reference
  core.reference
end
Also aliased as: ref