Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Mkfifo (0.03 seconds)

  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) {
    Created: Sat Dec 20 08:55:33 GMT 2025
    - Last Modified: Thu Jul 31 08:16:49 GMT 2025
    - 49.9K bytes
    - Click Count (0)
Back to Top