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
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
For consistency sake, that should be prefixed. Saying that, given this library is all about IO, the Async suffix feel somewhat unnecessary. I'd rather see Sync suffix to call out what is not asynchronous 🙂.
To address this specific issue, it would need to wait for the next major as it will be a breaking change.
These two methods:
are Async methods, so should they be postfixed by
Async
like?The text was updated successfully, but these errors were encountered: