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

Async support for the DSL #57

Closed
fornellas opened this issue Oct 18, 2019 · 0 comments
Closed

Async support for the DSL #57

fornellas opened this issue Oct 18, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@fornellas
Copy link
Contributor

fornellas commented Oct 18, 2019

Add async support for DSL:

@context.example
async def async_example(self):
  pass

@context.before
async def async_before(self):
  pass

@context.after
async def async_after(self):
  pass

@context.around
async def async_around(self, example):
  example()

@context.memoize
async def async_memoize(self):
  pass

@contex.function
async def asyc_function(self):
  pass
@fornellas fornellas added this to the Async support milestone Oct 18, 2019
@fornellas fornellas added enhancement New feature or request help wanted Extra attention is needed labels Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant