Sha256: 89caa07cb9530634ba13308c8fb01af6fbfe14338c9052b13e955374503630ab
Contents?: true
Size: 1.12 KB
Versions: 6
Compression:
Stored size: 1.12 KB
Contents
# encoding: UTF-8 # frozen_string_literal: true # Requirements # ======================================================================= # Stdlib # ----------------------------------------------------------------------- # Deps # ----------------------------------------------------------------------- # Project / Package # ----------------------------------------------------------------------- # Refinements # ======================================================================= # Declarations # ======================================================================= # Definitions # ======================================================================= # Module for handling inter-process communication (IPC), which is needed # for child processes - Ansible processes and Ansible module processes - # to interact with the # module QB::IPC # @todo Document is_master_process! method. # # @param [type] arg_name # @todo Add name param description. # # @return [return_type] # @todo Document return value. # def self.is_master_process! end # .is_master_process! end # module QB::IPC
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
qb-0.4.5 | lib/qb/ipc.rb |
qb-0.4.4 | lib/qb/ipc.rb |
qb-0.4.3 | lib/qb/ipc.rb |
qb-0.4.2 | lib/qb/ipc.rb |
qb-0.4.1 | lib/qb/ipc.rb |
qb-0.4.0 | lib/qb/ipc.rb |