Versions in this module Expand all Collapse all v0 v0.24.7 Jun 13, 2025 Changes in this version + type Queue struct + func (q *Queue[T]) Pop(ctx context.Context) (elem T, err error) + func (q *Queue[T]) Push(elem T)