Closed
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
Issues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.