instance method
start
Ruby on Rails 1.4.0
Since v1.0.2 Last seen in v1.4.0Signature
start(launcher)
No documentation comment.
Parameters
-
launcherreq
Source
# File lib/puma/plugin/solid_queue.rb, line 14
def start(launcher)
@log_writer = launcher.log_writer
@puma_pid = $$
if launcher.options[:solid_queue_mode] == :async
start_async(launcher)
else
start_forked(launcher)
end
end
Defined in lib/puma/plugin/solid_queue.rb line 14
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Object