type golang.org/x/pkgsite/internal/queue.InMemory

5 uses

	golang.org/x/pkgsite/internal/queue (current package)
		queue.go#L222: type InMemory struct {
		queue.go#L233: func NewInMemory(ctx context.Context, workerCount int, experiments []string, processFunc inMemoryProcessFunc) *InMemory {
		queue.go#L234: 	q := &InMemory{
		queue.go#L269: func (q *InMemory) ScheduleFetch(ctx context.Context, modulePath, version, _ string, _ bool) (bool, error) {
		queue.go#L276: func (q InMemory) WaitForTesting(ctx context.Context) {