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
Sync call entry point function returns the execution status. It needs to be passed back to the call() host function. We need something like backend::call_with_return() or a templated version to handle both void and return cases.