Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for Future (0.22 sec)

  1. api/go1.3.txt

    pkg syscall (netbsd-386), const MAP_WIRED ideal-int
    pkg syscall (netbsd-386), const MCL_CURRENT = 1
    pkg syscall (netbsd-386), const MCL_CURRENT ideal-int
    pkg syscall (netbsd-386), const MCL_FUTURE = 2
    pkg syscall (netbsd-386), const MCL_FUTURE ideal-int
    pkg syscall (netbsd-386), const MS_ASYNC = 1
    pkg syscall (netbsd-386), const MS_ASYNC ideal-int
    pkg syscall (netbsd-386), const MS_INVALIDATE = 2
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  2. src/bytes/buffer.go

    // The slice aliases the buffer content at least until the next buffer modification,
    // so immediate changes to the slice will affect the result of future reads.
    func (b *Buffer) Bytes() []byte { return b.buf[b.off:] }
    
    // AvailableBuffer returns an empty buffer with b.Available() capacity.
    // This buffer is intended to be appended to and
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 13 17:10:31 GMT 2023
    - 15.7K bytes
    - Viewed (0)
  3. src/cmd/cgo/ast.go

    	sel := (*n).(*ast.SelectorExpr)
    	// For now, assume that the only instance of capital C is when
    	// used as the imported package identifier.
    	// The parser should take care of scoping in the future, so
    	// that we will be able to distinguish a "top-level C" from a
    	// local C.
    	if l, ok := sel.X.(*ast.Ident); !ok || l.Name != "C" {
    		return
    	}
    	if context == ctxAssign2 {
    		context = ctxExpr
    	}
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Jun 07 16:54:27 GMT 2023
    - 14.3K bytes
    - Viewed (0)
  4. PATENTS

    transfer and otherwise run, modify and propagate the contents of this
    implementation of Go, where such license applies only to those patent
    claims, both currently owned or controlled by Google and acquired in
    the future, licensable by Google that are necessarily infringed by this
    implementation of Go.  This grant does not include claims that would be
    infringed only as a consequence of further modification of this
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Dec 06 21:31:59 GMT 2010
    - 1.3K bytes
    - Viewed (0)
  5. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const MCL_CURRENT = 1
    pkg syscall (netbsd-arm64-cgo), const MCL_CURRENT ideal-int
    pkg syscall (netbsd-arm64-cgo), const MCL_FUTURE = 2
    pkg syscall (netbsd-arm64-cgo), const MCL_FUTURE ideal-int
    pkg syscall (netbsd-arm64-cgo), const MS_ASYNC = 1
    pkg syscall (netbsd-arm64-cgo), const MS_ASYNC ideal-int
    pkg syscall (netbsd-arm64-cgo), const MSG_BCAST = 256
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  6. doc/godebug.md

    and [`Timer.Reset`](/pkg/time/#Timer.Reset) method results much easier.
    The [`asynctimerchan` setting](/pkg/time/#NewTimer) disables this change.
    There are no runtime metrics for this change,
    This setting may be removed in a future release, Go 1.27 at the earliest.
    
    Go 1.23 changed the mode bits reported by [`os.Lstat`](/pkg/os#Lstat) and [`os.Stat`](/pkg/os#Stat)
    for reparse points, which can be controlled with the `winsymlink` setting.
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  7. src/archive/tar/writer.go

    	}
    	if tw.err != nil {
    		return tw.err
    	}
    
    	// Trailer: two zero blocks.
    	err := tw.Flush()
    	for i := 0; i < 2 && err == nil; i++ {
    		_, err = tw.w.Write(zeroBlock[:])
    	}
    
    	// Ensure all future actions are invalid.
    	tw.err = ErrWriteAfterClose
    	return err // Report IO errors
    }
    
    // regFileWriter is a fileWriter for writing data to a regular file entry.
    type regFileWriter struct {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 19.6K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const MAP_SHARED ideal-int
    pkg syscall (darwin-arm64), const MCL_CURRENT = 1
    pkg syscall (darwin-arm64), const MCL_CURRENT ideal-int
    pkg syscall (darwin-arm64), const MCL_FUTURE = 2
    pkg syscall (darwin-arm64), const MCL_FUTURE ideal-int
    pkg syscall (darwin-arm64), const MSG_CTRUNC = 32
    pkg syscall (darwin-arm64), const MSG_CTRUNC ideal-int
    pkg syscall (darwin-arm64), const MSG_DONTROUTE = 4
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const MAP_STACK ideal-int
    pkg syscall (freebsd-arm64), const MCL_CURRENT = 1
    pkg syscall (freebsd-arm64), const MCL_CURRENT ideal-int
    pkg syscall (freebsd-arm64), const MCL_FUTURE = 2
    pkg syscall (freebsd-arm64), const MCL_FUTURE ideal-int
    pkg syscall (freebsd-arm64), const MS_ASYNC = 1
    pkg syscall (freebsd-arm64), const MS_ASYNC ideal-int
    pkg syscall (freebsd-arm64), const MS_INVALIDATE = 2
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg syscall (darwin-386), const MAP_RESERVED0080 ideal-int
    pkg syscall (darwin-386), const MAP_SHARED ideal-int
    pkg syscall (darwin-386), const MCL_CURRENT ideal-int
    pkg syscall (darwin-386), const MCL_FUTURE ideal-int
    pkg syscall (darwin-386), const MSG_CTRUNC ideal-int
    pkg syscall (darwin-386), const MSG_DONTROUTE ideal-int
    pkg syscall (darwin-386), const MSG_DONTWAIT ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top