Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blocking function execution #35

Open
sergio-u opened this issue Oct 25, 2019 · 1 comment
Open

Blocking function execution #35

sergio-u opened this issue Oct 25, 2019 · 1 comment
Labels

Comments

@sergio-u
Copy link

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.

@ImVexed
Copy link
Owner

ImVexed commented Oct 31, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants