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

AsyncContext return value. #60

Closed
proofit404 opened this issue Aug 24, 2021 · 1 comment · Fixed by #63
Closed

AsyncContext return value. #60

proofit404 opened this issue Aug 24, 2021 · 1 comment · Fixed by #63

Comments

@proofit404
Copy link
Owner

from primitives import AsyncContext

resource = AsyncContext(1)

async with resource as r:
    r  # 1
proofit404 added a commit that referenced this issue Aug 24, 2021
proofit404 added a commit that referenced this issue Aug 24, 2021
proofit404 pushed a commit that referenced this issue Aug 24, 2021
# 1.6.0 (2021-08-24)

### Features

* async context object value [#60](#60) 2ac4c39
@proofit404
Copy link
Owner Author

🎉 This issue has been resolved in version 1.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

1 participant