Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for command_generator (0.05 sec)

  1. src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java

                }
            }
        }
    
        // Test concurrent access patterns
        public void test_concurrent_operations() throws Exception {
            final CommandGenerator generator1 = new CommandGenerator();
            final CommandGenerator generator2 = new CommandGenerator();
    
            generator1.setCommandList(Collections.singletonList("echo test1"));
            generator2.setCommandList(Collections.singletonList("echo test2"));
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 16.4K bytes
    - Viewed (0)
Back to top