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

Implement reentrant coroutine states #5

Open
Kordyjan opened this issue May 19, 2021 · 0 comments
Open

Implement reentrant coroutine states #5

Kordyjan opened this issue May 19, 2021 · 0 comments

Comments

@Kordyjan
Copy link
Collaborator

Some executors (eg. monadic reflection executor for list monad) may require entering single state multiple times. It is important not to make sure that the lifted vals has correct values all the time. They should be cached and cache key should be included in the coroutine's StateId.

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