ipython / ipython/ipyparallel

Allow pickling of AsyncResults

Open
#632 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
2.6k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.