goio icon indicating copy to clipboard operation
goio copied to clipboard

Move ExecutionContext to unsafe

Open Primetalk opened this issue 2 years ago • 1 comments

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 avatar Jan 14 '23 13:01 Primetalk

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

Primetalk avatar May 25 '23 08:05 Primetalk