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

CLEANUP CREW: Simplify deferred calls #114

Open
crookse opened this issue Apr 8, 2022 · 0 comments
Open

CLEANUP CREW: Simplify deferred calls #114

crookse opened this issue Apr 8, 2022 · 0 comments

Comments

@crookse
Copy link
Member

crookse commented Apr 8, 2022

Summary

What:

We have deferred() calls that we use to wait for processes. Instead of assigning a variable to deferred(), then calling the process, then awaiting on the deferred() variable, we should do something in one call like:

await defer( stuff here and also calls deferred() under the hood )

Why:

make it easier to defer processes and DRY up stuff

Acceptance Criteria

No change in behavior. Just clean up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant