Is it possible to manage concurrency of a class instance simultaneously?
Think that I got library which includes cpp classes. And I am serving it on HTTP server on JS. I can reach them over HTTP requests. Lets consider libraries as addons in JS with N-API interface. Think that I got two addons and these are reachable over HTTP request with a specific instance. And addon 1 uses addon 2 in a native way (with #include “addon2.h”).