Enviro+ sensors async read from sensors

Hi everyone

I am currently developing a project where I want to integrate Enviro+ sensors with Azure IoT Central.
The python SDK for Azure IoT Central is follows the async pattern to comunicate. That reminded me the would be nice to be able to read from the sensors also in an async manner.
Does anyone have any clue on how we can read async from sensors. The libraries from Pimoroni are not async but there must be a way the read from sensors this way.

Thanks