Versions in this module Expand all Collapse all v0 v0.1.3 Jun 21, 2026 Changes in this version + const DefaultChannel + func Subject(channel, name string) string + type Queue interface + Enqueue func(ctx context.Context, t Task) error + EnqueueOn func(ctx context.Context, channel string, t Task) error + type Task interface + Name func() string + Version func() string