Add a backend using the multiprocess shared memory: https://docs.python.org/3/library/multiprocessing.html#sharing-state-between-processes https://docs.python.org/3/library/multiprocessing.shared_memory.html should be straightforward with deriving from LocalBackend and State
Add a backend using the multiprocess shared memory:
https://docs.python.org/3/library/multiprocessing.html#sharing-state-between-processes
https://docs.python.org/3/library/multiprocessing.shared_memory.html
should be straightforward with deriving from LocalBackend and State