Interface Fiber.AsyncCall

Enclosing class:
Fiber

public static interface Fiber.AsyncCall
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(org.teavm.interop.AsyncCallback<?> callback)
     
  • Method Details

    • run

      void run(org.teavm.interop.AsyncCallback<?> callback)