Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wasmtime (0.16 sec)

  1. android/guava/src/com/google/common/util/concurrent/MoreExecutors.java

                if (f == null) {
                  throw new TimeoutException();
                }
                long now = System.nanoTime();
                timeoutNanos -= now - lastTime;
                lastTime = now;
              } else {
                f = futureQueue.take();
              }
            }
            if (f != null) {
              --active;
              try {
                return f.get();
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Apr 17 16:33:44 GMT 2024
    - 41.8K bytes
    - Viewed (0)
Back to top