class ProcessRegistry

Defined in:

spirit/process_registry.cr

Constant Summary

INSTANCE = new

Class Method Summary

Instance Method Summary

Class Method Detail

def self.instance #

[View source]

Instance Method Detail

def all : Array(Spirit::Process) #

[View source]
def find(process) #

[View source]
def find_with_name(name) #

[View source]
def find_with_pid(pid) #

[View source]
def register(process) #

[View source]
def remove_with_pid(pid) #

[View source]