Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 219 for Parallel (0.14 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

    parallel-burgers-02.png...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 198.9K bytes
    - Click Count (0)
  2. docs/en/docs/img/async/parallel-burgers/parallel-burgers-01.png

    parallel-burgers-01.png...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 220.7K bytes
    - Click Count (0)
  3. docs/en/docs/img/async/parallel-burgers/parallel-burgers-03.png

    parallel-burgers-03.png...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 164.7K bytes
    - Click Count (0)
  4. docs/en/docs/img/async/parallel-burgers/parallel-burgers-04.png

    parallel-burgers-04.png...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 214.3K bytes
    - Click Count (0)
  5. docs/en/docs/img/async/parallel-burgers/parallel-burgers-05.png

    parallel-burgers-05.png...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 180.8K bytes
    - Click Count (0)
  6. android/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 Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Feb 26 02:41:17 GMT 2026
    - 7.7K bytes
    - Click Count (0)
  7. 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 Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 23.4K 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 Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Feb 26 02:41:17 GMT 2026
    - 7.7K bytes
    - Click Count (0)
  9. .teamcity/performance-tests-ci.json

        "groups" : [ {
          "testProject" : "excludeRuleMergingBuild",
          "coverage" : {
            "per_commit" : [ "linux" ]
          }
        } ]
      }, {
        "testId" : "org.gradle.performance.regression.corefeature.LargeDependencyGraphPerformanceTest.resolve large dependency graph (parallel = false, locking = true)",
        "groups" : [ {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Feb 03 21:56:33 GMT 2026
    - 32.5K 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 Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Feb 03 22:17:59 GMT 2026
    - 23K bytes
    - Click Count (0)
Back to Top