growthbook-python
growthbook-python copied to clipboard
Could we have an async version of `load_features`?
When performing load_features network requests in python, it is better to use aiohttp library to make requests that won't block the main event loop on server code.