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

docs: document Runtime #73

Open
Ivshti opened this issue Jun 17, 2019 · 0 comments
Open

docs: document Runtime #73

Ivshti opened this issue Jun 17, 2019 · 0 comments
Milestone

Comments

@Ivshti
Copy link
Member

Ivshti commented Jun 17, 2019

the current implementation of Runtime has two gotchas that need to be addressed in the documentation:

  • .dispatch returns a future; if not handled, it will not run; worse yet, in JS it will cause a crash cause the future is dropped but the underlying promise lives on
  • receiver never closes; not even all senders are dropped (?? it should close when the instance of runtime is dropped, but check that; if so, then this can be discarded)
@Ivshti Ivshti added this to the v1.0 milestone Jul 27, 2019
elpiel pushed a commit that referenced this issue Jun 14, 2024
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