module Puppet::Util::AtFork

A module for building AtFork handlers. These handlers are objects providing pre/post fork callbacks modeled after those registered by the `pthread_atfork` function. Currently there are two AtFork handler implementations:

Public Class Methods

get_handler() click to toggle source
   # File lib/puppet/util/at_fork.rb
32 def self.get_handler
33   @handler_class.new
34 end