class ProcessHost::Controls::Component::Example

Constants

A
B
C

Public Instance Methods

start() click to toggle source
# File lib/process_host/controls/component.rb, line 7
def start
  address, thread = Actor::Example.start include: %i(thread)

  supervisor.add address, thread
end