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

Lift restriction on subscribers yielding #34

Open
LPGhatguy opened this issue Aug 8, 2018 · 0 comments
Open

Lift restriction on subscribers yielding #34

LPGhatguy opened this issue Aug 8, 2018 · 0 comments

Comments

@LPGhatguy
Copy link
Contributor

This is a straightforward change: instead of calling NoYield, we'll instead just create a regular coroutine and let it run, presumably via coroutine.wrap.

This was a restriction that we wanted to impose on the Lua codebases internally, there's not much reason to enforce it for all Rodux consumers if it's easy to avoid the same bugs without an explicit ban.

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

No branches or pull requests

1 participant