v0.4.2
New features
- Experimental support for
asyncio.gather
andasyncio.FIRST_COMPLETED
. To enable this feature, set_experimental_execution=True
in your function'screate_function
decorator
asyncio.gather
and asyncio.FIRST_COMPLETED
. To enable this feature, set _experimental_execution=True
in your function's create_function
decorator