dwave-cloud-client icon indicating copy to clipboard operation
dwave-cloud-client copied to clipboard

Implement a simple blocking submit-poll-retrieve function

Open randomir opened this issue 7 years ago • 1 comments

Sometimes, the whole parallelization scheme we have in place is an overkill, and all a user wants is to blockingly submit a problem and retrieve the result.

For this simple case we don't need thread pools and locks, making the Client trivially pickleable (#216, https://github.com/dwavesystems/dwave-system/issues/88), and consequently working with multiprocessing in process mode.

randomir avatar Aug 08 '18 18:08 randomir

Related #118.

randomir avatar Aug 03 '24 12:08 randomir