Documentation ¶ Index ¶ func RuntimeFromQueue(q *queue.Queue) (any, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RuntimeFromQueue ¶ func RuntimeFromQueue(q *queue.Queue) (any, error) RuntimeFromQueue extracts the internal low-level runtime from a high-level queue.Queue for integration test wiring. It delegates to an internal hook registered by package queue to avoid reflect/unsafe access here. Types ¶ This section is empty. Source Files ¶ View all Source files runtime.go Click to show internal directories. Click to hide internal directories.