Open pvoborni opened 4 years ago
They use blocking code in async function which makes it not async.
The following blog post describes the problem and a possible solution: https://dev.to/0xbf/turn-sync-function-to-async-python-tips-58nn
This is old, but is this still the case? I see in AWS provider that core methods are async, which call some utility non async methods
They use blocking code in async function which makes it not async.
The following blog post describes the problem and a possible solution: https://dev.to/0xbf/turn-sync-function-to-async-python-tips-58nn