Allow pickling of AsyncResults
Offen
- Vorherrschende Sprache
- Jupyter Notebook
- Sterne
- 2.6k
- Forks
- 1k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
If we pickled AsyncResult objects with:
1. msg_ids
2. client connection info
3. partition info for AsyncMapResults
We could unpickle to an AsyncHubResult with a new client connection, making the workflow of [following past tasks](https://github.com/ipython/ipyparallel/issues/629#issuecomment-966392478) a lot nicer.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.