Is it possible to get the status of a job (Future) or even some partial results when using concurrent.futures package from Python?
Future
concurrent.futures
As far as