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) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |