dwavesystems / dwavesystems/dwave-cloud-client
Implement a simple blocking submit-poll-retrieve function
Open
- Dominant language
- Python
- Stars
- 63
- Forks
- 44
- Avg merge
- 13h 45m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.