Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on May 30, 2024. It is now read-only.
This repository was archived by the owner on May 30, 2024. It is now read-only.
There was an error while loading. Please reload this page.
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.