# Functions
New constructs a new key manager worker.
NewAccessList constructs an empty access list.
NewPeerMap creates an empty peer map.
NewRuntimeList constructs an empty runtime list.
# Structs
AccessList is a thread-safe data structure for managing access permissions.
PeerMap is a thread-safe data structure for translating peer IDs to node IDs.
RuntimeList is a thread-safe collection of unique runtime IDs.
TaskInfo contains details about a scheduled task.
TaskQueue represents a queue of tasks.
Worker is the key manager worker.