Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 5 of 5 for asyncWriters (0.08 seconds)

  1. cmd/untar.go

    		if header.Size <= xioutil.MediumBlock {
    			asyncWriters <- struct{}{}
    			bufp := xioutil.ODirectPoolMedium.Get()
    			b := (*bufp)[:header.Size]
    			if _, err := io.ReadFull(tarReader, b); err != nil {
    				return err
    			}
    			wg.Add(1)
    			go func(name string, fi fs.FileInfo, b []byte) {
    				rc := disconnectReader{r: bytes.NewReader(b)}
    				defer func() {
    					rc.Close()
    					<-asyncWriters
    					wg.Done()
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Feb 18 16:25:55 GMT 2025
    - 6K bytes
    - Click Count (2)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64), type Statfs_t struct
    pkg syscall (freebsd-arm64), type Statfs_t struct, Asyncreads uint64
    pkg syscall (freebsd-arm64), type Statfs_t struct, Asyncwrites uint64
    pkg syscall (freebsd-arm64), type Statfs_t struct, Bavail int64
    pkg syscall (freebsd-arm64), type Statfs_t struct, Bfree uint64
    pkg syscall (freebsd-arm64), type Statfs_t struct, Blocks uint64
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Click Count (0)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Statfs_t struct #53466
    pkg syscall (freebsd-riscv64), type Statfs_t struct, Asyncreads uint64 #53466
    pkg syscall (freebsd-riscv64), type Statfs_t struct, Asyncwrites uint64 #53466
    pkg syscall (freebsd-riscv64), type Statfs_t struct, Bavail int64 #53466
    pkg syscall (freebsd-riscv64), type Statfs_t struct, Bfree uint64 #53466
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Click Count (0)
  4. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type Statfs_t struct
    pkg syscall (freebsd-386-cgo), type Statfs_t struct, Asyncreads uint64
    pkg syscall (freebsd-386-cgo), type Statfs_t struct, Asyncwrites uint64
    pkg syscall (freebsd-386-cgo), type Statfs_t struct, Bavail int64
    pkg syscall (freebsd-386-cgo), type Statfs_t struct, Bfree uint64
    pkg syscall (freebsd-386-cgo), type Statfs_t struct, Blocks uint64
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Click Count (1)
  5. api/go1.txt

    pkg syscall (freebsd-386), type Stat_t struct, Uid uint32
    pkg syscall (freebsd-386), type Statfs_t struct
    pkg syscall (freebsd-386), type Statfs_t struct, Asyncreads uint64
    pkg syscall (freebsd-386), type Statfs_t struct, Asyncwrites uint64
    pkg syscall (freebsd-386), type Statfs_t struct, Bavail int64
    pkg syscall (freebsd-386), type Statfs_t struct, Bfree uint64
    pkg syscall (freebsd-386), type Statfs_t struct, Blocks uint64
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Click Count (0)
Back to Top