Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for synchrones (0.26 sec)

  1. doc/godebug.md

    and the [go command documentation](/cmd/go#hdr-Build_and_test_caching).
    
    ### Go 1.23
    
    Go 1.23 changed the channels created by package time to be unbuffered
    (synchronous), which makes correct use of the [`Timer.Stop`](/pkg/time/#Timer.Stop)
    and [`Timer.Reset`](/pkg/time/#Timer.Reset) method results much easier.
    The [`asynctimerchan` setting](/pkg/time/#NewTimer) disables this change.
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (linux-386), const MS_SLAVE ideal-int
    pkg syscall (linux-386), const MS_STRICTATIME ideal-int
    pkg syscall (linux-386), const MS_SYNC ideal-int
    pkg syscall (linux-386), const MS_SYNCHRONOUS ideal-int
    pkg syscall (linux-386), const MS_UNBINDABLE ideal-int
    pkg syscall (linux-386), const NAME_MAX ideal-int
    pkg syscall (linux-386), const NETLINK_ADD_MEMBERSHIP ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  3. api/go1.1.txt

    pkg syscall (linux-386), const MS_SLAVE = 524288
    pkg syscall (linux-386), const MS_STRICTATIME = 16777216
    pkg syscall (linux-386), const MS_SYNC = 4
    pkg syscall (linux-386), const MS_SYNCHRONOUS = 16
    pkg syscall (linux-386), const MS_UNBINDABLE = 131072
    pkg syscall (linux-386), const NAME_MAX = 255
    pkg syscall (linux-386), const NETLINK_ADD_MEMBERSHIP = 1
    pkg syscall (linux-386), const NETLINK_AUDIT = 9
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const MS_SLAVE ideal-int
    pkg syscall (linux-arm-cgo), const MS_STRICTATIME ideal-int
    pkg syscall (linux-arm-cgo), const MS_SYNC ideal-int
    pkg syscall (linux-arm-cgo), const MS_SYNCHRONOUS ideal-int
    pkg syscall (linux-arm-cgo), const MS_UNBINDABLE ideal-int
    pkg syscall (linux-arm-cgo), const NAME_MAX ideal-int
    pkg syscall (linux-arm-cgo), const NETLINK_ADD_MEMBERSHIP ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top