Skip to content
Snippets Groups Projects
  • BlackDex's avatar
    775d07e9
    Async/Awaited all db methods · 775d07e9
    BlackDex authored
    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.
    Async/Awaited all db methods
    BlackDex authored
    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.