Closed swankjesse closed 4 months ago
The cache needs to be thread-isolated.
QuickJS needs to be thread-isolated.
But they don't need to be the same threads. This makes that possible.
This is working towards https://github.com/cashapp/zipline/issues/1385
I started writing a test for this and decided that the easiest way to implement this is via new EventListener events for cache hits. I’m going to do that in a separate PR as it requires its own tests!
The cache needs to be thread-isolated.
QuickJS needs to be thread-isolated.
But they don't need to be the same threads. This makes that possible.
This is working towards https://github.com/cashapp/zipline/issues/1385