activitypub-federation-rust/examples/local_federation
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
..
activities Dont use apub in type names 2023-03-16 21:41:43 +01:00
actix_web Remove actix-rt and replace with tokio tasks (#42) 2023-06-20 11:54:14 +02:00
axum Remove actix-rt and replace with tokio tasks (#42) 2023-06-20 11:54:14 +02:00
objects Dont use apub in type names 2023-03-16 21:41:43 +01:00
error.rs Various improvements for usability, examples and docs 2023-02-19 21:26:01 +09:00
instance.rs Remove actix-rt and replace with tokio tasks (#42) 2023-06-20 11:54:14 +02:00
main.rs Remove actix-rt and replace with tokio tasks (#42) 2023-06-20 11:54:14 +02:00
utils.rs live federation example 2023-03-08 22:16:43 +01:00