goio
goio copied to clipboard
Move ExecutionContext to unsafe
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.
This might be complicated if at all possible. Moving to subpackage creates circular dependency.