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
In the large refactor we focused on simplicity and removed the async duplications of methods. Now that we are mostly happy with the API we should bring back the async interface for repository operations by creating an async module that exposes AsyncRepository and AsyncSession that mirrors the existing functionality but offers async for relevant methods.
The text was updated successfully, but these errors were encountered:
In the large refactor we focused on simplicity and removed the async duplications of methods. Now that we are mostly happy with the API we should bring back the async interface for repository operations by creating an
async
module that exposesAsyncRepository
andAsyncSession
that mirrors the existing functionality but offers async for relevant methods.The text was updated successfully, but these errors were encountered: