Function scheduleOnMainThread

  • Runs fn on the main thread of the VM.

    Parameters

    • fn: (() => void)

      Function to run on the main thread of the VM.

        • (): void
        • Returns void

    Returns void

Generated using TypeDoc