class Puma::DSL
def after_worker_fork(&block)
- Note: - Cluster mode only.
def after_worker_fork(&block) warn_if_in_single_mode('after_worker_fork') process_hook :after_worker_fork, nil, block, 'after_worker_fork' end
def after_worker_fork(&block) warn_if_in_single_mode('after_worker_fork') process_hook :after_worker_fork, nil, block, 'after_worker_fork' end