Async/Awaited all db methods #2295

Closed
opened 2026-04-06 03:20:53 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 11/16/2021

This is a rather large PR which updates the async branch to have all the
database methods as an async fn.

Some iter/map logic needed to be changed to a stream::iter().then(), but
besides that most changes were just adding async/await where needed.

Also updated the libraries to the latest available while at it.

*Originally created by @BlackDex on 11/16/2021* This is a rather large PR which updates the async branch to have all the database methods as an async fn. Some iter/map logic needed to be changed to a stream::iter().then(), but besides that most changes were just adding async/await where needed. Also updated the libraries to the latest available while at it.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#2295