Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 59 of 59 for synchrones (0.28 sec)

  1. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

         * Returns the final value of the associated {@link ClosingFuture}, or throws an exception as
         * {@link Future#get()} would.
         *
         * <p>Because the asynchronous operation has already completed, this method is synchronous and
         * returns immediately.
         *
         * @throws CancellationException if the computation was cancelled
         * @throws ExecutionException if the computation threw an exception
         */
        @ParametricNullness
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 98.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.3.md

    * Change default value of deleting-pods-burst to 1 ([#27422](https://github.com/kubernetes/kubernetes/pull/27422), [@gmarek](https://github.com/gmarek))
    * A new volume manager was introduced in kubelet that synchronizes volume mount/unmount (and attach/detach, if attach/detach controller is not enabled). ([#26801](https://github.com/kubernetes/kubernetes/pull/26801), [@saad-ali](https://github.com/saad-ali))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 84K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/cache/LocalCache.java

              }
            }
          } finally {
            unlock();
            postWriteCleanup();
          }
    
          if (createNewEntry) {
            try {
              // Synchronizes on the entry to allow failing fast when a recursive load is
              // detected. This may be circumvented when an entry is copied, but will fail fast most
              // of the time.
              synchronized (e) {
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 144.7K bytes
    - Viewed (0)
  4. guava/src/com/google/common/cache/LocalCache.java

              }
            }
          } finally {
            unlock();
            postWriteCleanup();
          }
    
          if (createNewEntry) {
            try {
              // Synchronizes on the entry to allow failing fast when a recursive load is
              // detected. This may be circumvented when an entry is copied, but will fail fast most
              // of the time.
              synchronized (e) {
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 150.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.8.md

    * Add Priority admission controller for monitoring and resolving PriorityClasses. ([#49322](https://github.com/kubernetes/kubernetes/pull/49322), [@bsalamat](https://github.com/bsalamat))
    * apiservers: add synchronous shutdown mechanism on SIGTERM+INT ([#50439](https://github.com/kubernetes/kubernetes/pull/50439), [@sttts](https://github.com/sttts))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  6. 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)
  7. RELEASE.md

            `tf.data.experimental.OptimizationOptions`. If it is set to
            `True`,`tf.data` will now automatically add a `prefetch` transformation
            to datasets that end in synchronous transformations. This enables data
            generation to be overlapped with data consumption. This may cause a
            small increase in memory usage due to buffering. To enable this
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  8. 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)
  9. 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