8000 The scheduler doesn't support yielding a thread until another thread is complete (C-sided API) · Issue #164 · luau-lang/lute · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

The scheduler doesn't support yielding a thread until another thread is complete (C-sided API) #164

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

Closed
ffrostfall opened this issue Apr 21, 2025 · 1 comment
Labels
runtime Work in the C++ runtime portion of the code

Comments

@ffrostfall
Copy link
Contributor

This means that, currently, APIs such as this:

print("start")

-- async, blocking C-sided invoke
runtimeApi.invoke(function()
	wait(2)
end)

print("finish")

cannot be added.

@aatxe aatxe added the runtime Work in the C++ runtime portion of the code label Apr 21, 2025
@ffrostfall
Copy link
Contributor Author

Closing as Luau will be implementing APIs to do this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
runtime Work in the C++ runtime portion of the code
Development

No branches or pull requests

2 participants
0