godmodelabs / ejecta-v8

A port of @phoboslabs EjectaJS which uses v8 instead of JavaScriptCore.
http://godmodelabs.github.io/ejecta-v8/
84 stars 16 forks source link

Re-implemented jniEnqueueOnNextTick() just with libuv #51

Closed not-implemented closed 2 years ago

not-implemented commented 2 years ago

For avoiding locks, we optimized the possibility to execute JAVA-Callbacks on the v8 event loop thread to make it easy to replace runLocked() by enqueueOnNextTick()