Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add result property to AsyncTask #1

Open
jetako opened this issue Sep 5, 2021 · 0 comments
Open

Add result property to AsyncTask #1

jetako opened this issue Sep 5, 2021 · 0 comments
Assignees

Comments

@jetako
Copy link
Owner

jetako commented Sep 5, 2021

I ran into a use case where I wanted to add a reference id to a task, so that I could look up the related record after the task completed. The straightforward solution to this is to add an optional result property to AsyncTask, which is the return value of the generator function passed into runTask().

@jetako jetako self-assigned this Sep 5, 2021
jetako added a commit that referenced this issue Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant