How can I call native function on a new isolate without making everything global?
I am trying to load in a dynamic library and then run a long running native function in another isolate.
I am trying to load in a dynamic library and then run a long running native function in another isolate.