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

Support .use() with sync functions / sync throws #297

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

joelrbrandt
Copy link

Fixes #296

Modifies .use() to check whether the result returned from the work function isn then-able. If it is not then-able (or if it throws a synchronous exception), wraps the result in a resolved/rejected Promise.

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

Successfully merging this pull request may close these issues.

.use does not handle synchronous work functions
1 participant