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

Use iscoroutinefunction utility function in actor #4483

Closed
jakirkham opened this issue Feb 4, 2021 · 1 comment · Fixed by #4481
Closed

Use iscoroutinefunction utility function in actor #4483

jakirkham opened this issue Feb 4, 2021 · 1 comment · Fixed by #4481

Comments

@jakirkham
Copy link
Member

Appears actor grabs iscoroutinefunction from inspect even though we have the utility function defined in distributed.utils. Maybe we should just use our utility function here as well

from inspect import iscoroutinefunction

@jakirkham
Copy link
Member Author

cc @ian-r-rose

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 a pull request may close this issue.

1 participant