Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FIFO (0.02 sec)

  1. src/main/java/org/codelibs/core/collection/CollectionsUtil.java

        }
    
        /**
         * Creates and returns a new instance of {@link SynchronousQueue}.
         *
         * @param <E> the element type of {@link SynchronousQueue}
         * @param fair whether the access order is FIFO for waiting threads
         * @return a new instance of {@link SynchronousQueue}
         * @see SynchronousQueue#SynchronousQueue()
         */
        public static <E> SynchronousQueue<E> newSynchronousQueue(final boolean fair) {
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 49.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.32.md

    - github.com/containerd/continuity: [v0.1.0](https://github.com/containerd/continuity/tree/v0.1.0)
    - github.com/containerd/fifo: [v1.0.0](https://github.com/containerd/fifo/tree/v1.0.0)
    - github.com/containerd/go-runc: [v1.0.0](https://github.com/containerd/go-runc/tree/v1.0.0)
    - github.com/containerd/typeurl: [v1.0.2](https://github.com/containerd/typeurl/tree/v1.0.2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
Back to top