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
Ultralight currently only provides blocking callbacks. An ideal fix for this would likely be asynchronous callbacks, which would have to be filed as a feature request upstream in the Ultralight repo.
Currently, function execution seems to block the UI, would it be possible to modify function bindings to have their own goroutine like Lorca?
Or is it possible using channels? I tried to modify the basic example for non-blocking function execution using channels, but wasn't able to do so.
The text was updated successfully, but these errors were encountered: