Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isImmediatelyAfter (0.12 sec)

  1. subprojects/core/src/testFixtures/groovy/org/gradle/util/internal/MultithreadedTestRule.java

            LOGGER.debug("Thread {} synching at tick {}", Thread.currentThread(), tick);
    
            lock.lock();
            try {
                ClockTickImpl clockTick = getTick(tick);
                if (!clockTick.isImmediatelyAfter(currentTick)) {
                    throw new RuntimeException(String.format("Cannot wait for %s, as clock is currently at %s.", clockTick,
                            currentTick));
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 23.3K bytes
    - Viewed (0)
Back to top