I’m experimenting with native extensions(yes, again ).
Basically any network call or listener from native extension blocks the main thread(at least lib that I’m using).
So what is the suggested way of doing something without blocking main thread or is this even possible with NE?
Any tips, suggestions are most welcome.