Changes `init` to take a closure which is called with the initialized context
After calling the closure, we automatically cleanup the context. This is required, because otherwise we could have dangling references in the context.
Loading
Please register or sign in to comment