NativeScript / android

NativeScript for Android using v8
https://docs.nativescript.org/guide/android-marshalling
Apache License 2.0
525 stars 135 forks source link

feat: expose `PerformMicrotaskCheckpoint` #1688

Closed edusperoni closed 2 years ago

edusperoni commented 2 years ago

Expose PerformMicrotaskCheckpoint as __drainMicrotaskQueue, which allows us to stabilize the runtime when needed (like when you need a synchronous return to a native function that is being handled in a microtask)