-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.
Milestone
Description
It could take care of asyncio.run for example, or it could be a decorator. There isn't much value in it now, compared to async with Actor.
A few mockups:
from apify import Actor
@Actor.main
async def main():
Actor.push_data({})from apify import Actor
async def main():
Actor.push_data({})
Actor.run(main())Metadata
Metadata
Assignees
Labels
t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.