Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for submit (0.15 sec)

  1. src/test/java/jcifs/tests/ConcurrencyTest.java

        public void testInterrupt () throws UnknownHostException, IOException, InterruptedException {
    
            final Object lock = new Object();
            final Thread t = Thread.currentThread();
    
            this.executor.submit(new Runnable() {
    
                @Override
                public void run () {
    
                    try {
                        synchronized ( lock ) {
                            lock.wait(1000);
                        }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Nov 14 17:40:50 GMT 2021
    - 17.6K bytes
    - Viewed (0)
Back to top