activitypub-federation-rust/src/actix_web
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
..
inbox.rs Remove actix-rt and replace with tokio tasks (#42) 2023-06-20 11:54:14 +02:00
middleware.rs Dont use apub in type names 2023-03-16 21:41:43 +01:00
mod.rs Secure mode federation support (WIP) (#39) 2023-06-12 13:32:54 +02:00