* 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 |
||
|---|---|---|
| .. | ||
| 01_intro.md | ||
| 02_overview.md | ||
| 03_federating_users.md | ||
| 04_federating_posts.md | ||
| 05_configuration.md | ||
| 06_http_endpoints_axum.md | ||
| 07_fetching_data.md | ||
| 08_receiving_activities.md | ||
| 09_sending_activities.md | ||
| 10_fetching_objects_with_unknown_type.md | ||