This repository was archived by the owner on May 30, 2024. It is now read-only.

Description
Performance overhead calling async methods
From what I've seen in the implementation of VariationDetails there aren't any async calls.
Are there any plans to expose a sync version of this method to avoid doing redundant async calls?
The alternative at my hand is doing something hacky to extend the interface or fork the code.