Skija
Skija copied to clipboard
Freeing resources on the Cleaner thread might cause issues w/ e.g. OpenGL
Copied from https://github.com/JetBrains/skija/issues/130
Solution: remove finalizer cleaning from “GL-related” resource like Context, make user free them explicitly. Maybe print a warning if not