dwave-hybrid
dwave-hybrid copied to clipboard
Enable non-pickleable runnables to run in a process executor
The requirement right now is for runnables to be pickleable in order for them to be run using hybrid.concurrency.process_executor
. The limitation comes from limitations of ProcessPoolExecutor
, which in turn comes from multiprocessing
.