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 concurrent.futures #6

Closed
toejough opened this issue Jul 26, 2016 · 1 comment
Closed

support concurrent.futures #6

toejough opened this issue Jul 26, 2016 · 1 comment

Comments

@toejough
Copy link
Contributor

asyncio and the await syntax in general deals with asyncio futures. This library so far deals with those, with async functions, and with normal functions. Integrate concurrent.futures as a handled object type.

@toejough toejough added this to the v1.0.0 milestone Jul 26, 2016
@toejough toejough modified the milestone: v1.0.0 Aug 5, 2016
@toejough
Copy link
Contributor Author

toejough commented Aug 5, 2016

also resolved by v0.2.0

@toejough toejough closed this as completed Aug 5, 2016
@toejough toejough added this to the Second Draft milestone Aug 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant