MCPcopy Create free account
hub / github.com/eclipsesource/J2V8 / V8Thread

Class V8Thread

src/main/java/com/eclipsesource/v8/utils/V8Thread.java:24–57  ·  view source on GitHub ↗

A Thread with its own V8 runtime. The thread will create a runtime, and execute a runnable on that runtime. When the thread ends, the runtime will be released. It's suggested that you DO NOT release the lock on the runtime. If the lock is released, you will need to ensure that the runtime is proper

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected