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

Move ExecutionContext to unsafe #119

Open
Primetalk opened this issue Jan 14, 2023 · 1 comment
Open

Move ExecutionContext to unsafe #119

Primetalk opened this issue Jan 14, 2023 · 1 comment
Assignees

Comments

@Primetalk
Copy link
Owner

Primetalk commented Jan 14, 2023

Make ExecutionContext a resource.
(to make sure that it's impossible to accidentally leave it unclosed.)
Make sure, that Close waits for completion of all threads.

@Primetalk Primetalk self-assigned this Jan 14, 2023
@Primetalk
Copy link
Owner Author

This might be complicated if at all possible. Moving to subpackage creates circular dependency.

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

No branches or pull requests

1 participant