Y
Hacker News
new
|
ask
|
show
|
jobs
by
sametmax
3314 days ago
In JS async/await returns a promise. In Python you have asyncio.ensure_future() to schedule coroutines. You can always call async code from sync code.