Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQueueFromDriver ¶
func NewQueueFromDriver( cfg queue.Config, backend any, workerFactory func(workers int) (any, error), opts ...queue.Option, ) (*queue.Queue, error)
NewQueueFromDriver builds a high-level *queue.Queue from a driver backend.
The helper keeps driver modules off the public low-level constructor path while the runtime seam is being moved behind internal APIs.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.