Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 241 for PARALLEL (0.04 seconds)

  1. docs/en/docs/img/async/parallel-burgers/parallel-burgers-06.png

    parallel-burgers-06.png...
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 153.4K bytes
    - Click Count (0)
  2. docs/en/docs/img/async/parallel-burgers/parallel-burgers-02.png

    parallel-burgers-02.png...
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 198.9K bytes
    - Click Count (0)
  3. docs/en/docs/img/async/parallel-burgers/parallel-burgers-01.png

    parallel-burgers-01.png...
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 220.7K bytes
    - Click Count (0)
  4. docs/en/docs/img/async/parallel-burgers/parallel-burgers-03.png

    parallel-burgers-03.png...
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 164.7K bytes
    - Click Count (0)
  5. docs/en/docs/img/async/parallel-burgers/parallel-burgers-04.png

    parallel-burgers-04.png...
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 214.3K bytes
    - Click Count (0)
  6. docs/en/docs/img/async/parallel-burgers/parallel-burgers-05.png

    parallel-burgers-05.png...
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 180.8K bytes
    - Click Count (0)
  7. impl/maven-core/src/test/java/org/apache/maven/internal/MultilineMessageHelperTest.java

            msgs.add("*****************************************************************");
            msgs.add("* Your build is requesting parallel execution, but project      *");
            msgs.add("* contains the following plugin(s) that have goals not marked   *");
            msgs.add("* as @threadSafe to support parallel building.                  *");
            msgs.add("* While this /may/ work fine, please look for plugin updates    *");
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 3.5K bytes
    - Click Count (0)
  8. guava-tests/test/com/google/common/base/FinalizableReferenceQueueClassLoaderUnloadingTest.java

       * make it load its own version of FinalizableReferenceQueue. Then we need to interact with that
       * parallel version through reflection in order to exercise the parallel
       * FinalizableReferenceQueue, and then check that the parallel ClassLoader can be
       * garbage-collected after that.
       */
    
      public static class MyFinalizableWeakReference extends FinalizableWeakReference<Object> {
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Tue May 13 18:46:00 GMT 2025
    - 7.6K bytes
    - Click Count (0)
  9. docs/en/docs/async.md

    ### Parallel Burgers { #parallel-burgers }
    
    Now let's imagine these aren't "Concurrent Burgers", but "Parallel Burgers".
    
    You go with your crush to get parallel fast food.
    
    You stand in line while several (let's say 8) cashiers that at the same time are cooks take the orders from the people in front of you.
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sun Aug 31 09:56:21 GMT 2025
    - 24K bytes
    - Click Count (0)
  10. okhttp/src/jvmTest/kotlin/okhttp3/internal/concurrent/TaskRunnerTest.kt

          log += "three:run@${taskFaker.nanoTime} parallel=${taskFaker.isParallel}"
        }
    
        taskFaker.advanceUntil(0.µs)
        assertThat(log).isEmpty()
    
        taskFaker.advanceUntil(100.µs)
        assertThat(log).containsExactlyInAnyOrder(
          "one:run@100000 parallel=true",
          "two:run@100000 parallel=true",
          "three:run@100000 parallel=true",
        )
    
        taskFaker.assertNoMoreTasks()
    
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Wed Mar 19 19:25:20 GMT 2025
    - 23K bytes
    - Click Count (0)
Back to Top