1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-07-04 21:24:42 +02:00
vaultwarden/src/api/core
BlackDex 775d07e9a0
Async/Awaited all db methods
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.
2022-01-30 22:26:18 +01:00
..
two_factor Async/Awaited all db methods 2022-01-30 22:26:18 +01:00
accounts.rs Async/Awaited all db methods 2022-01-30 22:26:18 +01:00
ciphers.rs Async/Awaited all db methods 2022-01-30 22:26:18 +01:00
emergency_access.rs Async/Awaited all db methods 2022-01-30 22:26:18 +01:00
folders.rs Async/Awaited all db methods 2022-01-30 22:26:18 +01:00
mod.rs Async/Awaited all db methods 2022-01-30 22:26:18 +01:00
organizations.rs Async/Awaited all db methods 2022-01-30 22:26:18 +01:00
sends.rs Async/Awaited all db methods 2022-01-30 22:26:18 +01:00