Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_concurrentResolve_onlyOneWins (0.13 seconds)

  1. src/test/java/org/codelibs/fess/suggest/concurrent/DeferredTest.java

        // ============================================================
        // Edge case tests for concurrent access
        // ============================================================
    
        @Test
        public void test_concurrentResolve_onlyOneWins() throws Exception {
            final int threadCount = 10;
            final Deferred<SuggestResponse> deferred = new Deferred<>();
            final AtomicInteger callbackCount = new AtomicInteger(0);
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sun Feb 01 12:48:24 GMT 2026
    - 21.1K bytes
    - Click Count (0)
Back to Top