activitypub-federation-rust/src
cetra3 c356265cf4
Remove actix-rt and replace with tokio tasks (#42)
* Remove `actix-rt` and replace with tokio tasks

* Include activity queue test

* Use older `Arc` method

* Refactor to not re-process PEM data on each request

* Add retry queue and spawn tokio tasks directly

* Fix doc error

* Remove semaphore and use join set for backpressure

* Fix debug issue with multiple mailboxes
2023-06-20 11:54:14 +02:00
..
actix_web Remove actix-rt and replace with tokio tasks (#42) 2023-06-20 11:54:14 +02:00
axum Secure mode federation support (WIP) (#39) 2023-06-12 13:32:54 +02:00
fetch Remove actix-rt and replace with tokio tasks (#42) 2023-06-20 11:54:14 +02:00
protocol Changes to make Lemmy work with 0.4 (#29) 2023-03-16 02:11:48 +01:00
activity_queue.rs Remove actix-rt and replace with tokio tasks (#42) 2023-06-20 11:54:14 +02:00
config.rs Remove actix-rt and replace with tokio tasks (#42) 2023-06-20 11:54:14 +02:00
error.rs move files 2023-03-06 16:19:43 +01:00
http_signatures.rs Remove actix-rt and replace with tokio tasks (#42) 2023-06-20 11:54:14 +02:00
lib.rs Dont use apub in type names 2023-03-16 21:41:43 +01:00
reqwest_shim.rs move files 2023-03-06 16:19:43 +01:00
traits.rs Dont use apub in type names 2023-03-16 21:41:43 +01:00