class

X::Engine::ProcessRegistry

Inherits Reference / Object

Process Registry for named processes

Constants

Log = ::Log.for(self)

Constructors

Instance methods

lookup(name : String) : UInt64 | Nil
Source
processes
Source
processes=(processes : Hash(String, UInt64))
Source
register(name : String, process_address : UInt64) : Bool
Source
registered_names
Source
registry_mutex
Source
registry_mutex=(registry_mutex : Mutex)
Source
unregister(name : String) : Bool
Source