Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ErrCache (0.82 sec)

  1. src/cmd/go/internal/load/pkg.go

    var resolvedImportCache par.Cache[importSpec, resolvedImport]
    
    // packageDataCache maps canonical package names (string) to package metadata.
    var packageDataCache par.ErrCache[string, *build.Package]
    
    // preloadWorkerCount is the number of concurrent goroutines that can load
    // packages. Experimentally, there are diminishing returns with more than
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top