mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-25 00:29:14 -05:00
32abe84dc6
This patch clarifies that v8::Isolate is a single threaded creature, which can only be accessed from other threads in special circumstances. To ensure optimal operation in Deno, we remove v8::Locker, which ought to be unnecessary when a thread is dedicated to each Isolate and the Isolates never move between threads. There are valid use-cases for v8::Locker, and we hope to address them in future versions of rusty_v8. Co-authored-by: Bert Belder <bertbelder@gmail.com> |
||
---|---|---|
.. | ||
handle_scope_escape_lifetime.rs | ||
handle_scope_escape_lifetime.stderr | ||
handle_scope_escape_to_nowhere.rs | ||
handle_scope_escape_to_nowhere.stderr | ||
handle_scope_lifetimes.rs | ||
handle_scope_lifetimes.stderr | ||
try_catch_lifetimes.rs | ||
try_catch_lifetimes.stderr |