wrk
wrk copied to clipboard
How to share data between threads
I need to load local resource data in setup function and share the data between all threads.
Currently global setup and threads' setup use different lua_State.
Is it possible to share data with a simple way ?