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
Runtime::enter returns a guard that I need to hold somehow in order to not exit the runtime context.
Sometimes, for example when you're called from FFI you just want to enter the context as in most applications there's only one runtime.
The text was updated successfully, but these errors were encountered:
Runtime::enter
returns a guard that I need to hold somehow in order to not exit the runtime context.Sometimes, for example when you're called from FFI you just want to enter the context as in most applications there's only one runtime.
The text was updated successfully, but these errors were encountered: