dwave-hybrid icon indicating copy to clipboard operation
dwave-hybrid copied to clipboard

Enable non-pickleable runnables to run in a process executor

Open randomir opened this issue 5 years ago • 0 comments

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.

randomir avatar Mar 16 '19 00:03 randomir