Allow pickling of AsyncResults
Abierto
- Lenguaje dominante
- Jupyter Notebook
- Estrellas
- 2.6k
- Forks
- 1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.