What is the cost/overhead difference between these calls? await foo1() foo2()
async def foo1():
pass
def foo2():
pass
Regards,
Imran
What is the cost/overhead difference between these calls? await foo1() foo2()
async def foo1():
pass
def foo2():
pass
Regards,
Imran