You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not support async internally and probably won't in the near future.
One goal of this library is to have zero dependencies, and from a quick glance all the async io examples I see use other crates. I'm not saying it'll never happen, but it looks like it'll increase the complexity of the library quite a bit.
As for your file upload example I don't have any specific help to give you, but I do use this crate in an async context via Serenity with no issues. I don't do anything special, I just call it from inside an async function and the library handles execution.
Does this crate support async? If not, how would I go about using this in an async context? (e.g. for a file upload in an async web server)
The text was updated successfully, but these errors were encountered: