TGSAI / mdio-cpp

C++, Cloud native, scalable storage engine for various types of energy data.
Apache License 2.0
6 stars 3 forks source link

Make utils more truly async #117

Open BrianMichell opened 2 months ago

BrianMichell commented 2 months ago

Trim technically returns a future but much of the function is blocking. It's overall lightweight and also potentially destructive. This is a very low priority.