lemmy/crates/apub/src
Dessalines 1ccae69a47 Replacing r2d2 syncronous DB pool with async deadpool.
- Removes blocking, makes all connection grabs async.
- Fixes #1684
- Note: clippy::needless_borrow is currently broken.
2021-08-20 15:21:56 -04:00
..
activities Replacing r2d2 syncronous DB pool with async deadpool. 2021-08-20 15:21:56 -04:00
extensions Rewrite delete activities (#1699) 2021-08-17 14:04:58 -04:00
fetcher Replacing r2d2 syncronous DB pool with async deadpool. 2021-08-20 15:21:56 -04:00
http Replacing r2d2 syncronous DB pool with async deadpool. 2021-08-20 15:21:56 -04:00
objects Replacing r2d2 syncronous DB pool with async deadpool. 2021-08-20 15:21:56 -04:00
activity_queue.rs Rewrite remaining activities (#1712) 2021-08-19 17:24:33 -04:00
lib.rs Replacing r2d2 syncronous DB pool with async deadpool. 2021-08-20 15:21:56 -04:00
migrations.rs Rewrite delete activities (#1699) 2021-08-17 14:04:58 -04:00