You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The thread-local state tracking the current Isolate is probably going to be deprecated. The Isolate should be threaded through all methods calls from parameters that have access to it. In particular, it should be chained from the FunctionCallbackInfo's info->GetIsolate() method:
# This is the 1st commit message:
get_uv
# This is the commit message neon-bindings#2:
added AsyncContext and cx.spawn_async
# This is the commit message neon-bindings#3:
added async function registration
# This is the commit message neon-bindings#4:
tidy
# This is the commit message neon-bindings#5:
comments
# This is the commit message neon-bindings#6:
using futures
# This is the commit message neon-bindings#7:
using futures
# This is the commit message neon-bindings#8:
vendored libuv
# This is the commit message neon-bindings#9:
Incorrect settings
The thread-local state tracking the current Isolate is probably going to be deprecated. The Isolate should be threaded through all methods calls from parameters that have access to it. In particular, it should be chained from the
FunctionCallbackInfo
'sinfo->GetIsolate()
method:The text was updated successfully, but these errors were encountered: