Interface Atomics.AsyncWaitResult

All Superinterfaces:
org.teavm.jso.JSObject
Enclosing class:
Atomics

public static interface Atomics.AsyncWaitResult extends org.teavm.jso.JSObject
  • Method Details

    • isAsync

      boolean isAsync()
    • getValue

      org.teavm.jso.JSObject getValue()
    • getStringValue

      String getStringValue()
    • getPromiseValue

      JSPromise<String> getPromiseValue()