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

Empty Awaitable object. #53

Closed
proofit404 opened this issue Jun 14, 2021 · 1 comment · Fixed by #54
Closed

Empty Awaitable object. #53

proofit404 opened this issue Jun 14, 2021 · 1 comment · Fixed by #54

Comments

@proofit404
Copy link
Owner

from primitives import Callable, Instance, Awaitable

user = Instance(greet=Callable(Awaitable('Hello, John')))

await user.greet()  # Hello, John
@proofit404 proofit404 linked a pull request Jun 17, 2021 that will close this issue
proofit404 added a commit that referenced this issue Jun 17, 2021
proofit404 added a commit that referenced this issue Jun 17, 2021
proofit404 added a commit that referenced this issue Jun 18, 2021
proofit404 added a commit that referenced this issue Aug 21, 2021
proofit404 added a commit that referenced this issue Aug 21, 2021
proofit404 added a commit that referenced this issue Aug 21, 2021
proofit404 added a commit that referenced this issue Aug 21, 2021
proofit404 added a commit that referenced this issue Aug 21, 2021
proofit404 pushed a commit that referenced this issue Aug 21, 2021
# 1.3.0 (2021-08-21)

### Features

* implement awaitable object [#53](#53) ec19656
@proofit404
Copy link
Owner Author

🎉 This issue has been resolved in version 1.3.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