This template repository contains a Durable Functions sample demonstrating the fan-out/fan-in pattern in Python (v2 programming model). The sample can be easily deployed to Azure using the Azure ...
The @a_sync('async') decorator can be used to define an asynchronous function that can also be executed synchronously.