X::Engine::LinkRegistry
Manages bidirectional links between processes When a linked process dies, all linked processes receive exit signals
Constants
Log = ::Log.for(self)
Constructors
new
SourceInstance methods
Clean up all links and monitors for a process that has exited Returns tuple of (linked_processes, monitor_refs_to_notify)
Get all monitor refs for processes that watcher is monitoring
Get all monitor refs for processes monitoring watched
Create a unidirectional monitor from watcher to watched Returns a Process::MonitorReference that can be used to demonitor
Enable trap_exit for a process When enabled, exit signals become messages instead of killing the process