We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have a question: Is regenerator a good starting point to compile a coroutine into a pure function akin to
next : (State x Value) -> (State x Value)
Here, State would be JSON serializable.
That way, we'd have serializable continuations.
Is that possible or does that amount to a complete rewrite?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I have a question: Is regenerator a good starting point to compile a coroutine into a pure function akin to
next : (State x Value) -> (State x Value)
Here, State would be JSON serializable.
That way, we'd have serializable continuations.
Is that possible or does that amount to a complete rewrite?
The text was updated successfully, but these errors were encountered: