Class: Async::Container::Forked::Instance
- Inherits:
-
Object
- Object
- Async::Container::Forked::Instance
- Defined in:
- lib/async/container/forked.rb
Instance Method Summary collapse
Instance Method Details
#exec(*arguments) ⇒ Object
38 39 40 |
# File 'lib/async/container/forked.rb', line 38 def exec(*arguments) ::Process.exec(*arguments) end |
#name=(value) ⇒ Object
34 35 36 |
# File 'lib/async/container/forked.rb', line 34 def name= value ::Process.setproctitle(value) end |