Skip to main content

Module federation

Module federation 

Source

Modules§

execute 🔒
format 🔒
peer 🔒
Per-server reachability store backed by the servername_status CF.
rank 🔒
Verdict-ranked candidate selection shared by the fetcher and backfill.
scheme
Adapters that build the Input for ruma’s [AuthScheme] and [PathBuilder] traits from tuwunel’s federation context.

Structs§

Service

Enums§

Classification
Permanence classification supplied alongside a failure.
ShouldAttempt
Verdict for [Service::should_attempt].
WhenAllBackedOff
Behavior when every candidate is backed off (no Yes or Deprioritize verdict in the pool).

Type Aliases§

Candidates
A candidate server pool for one fetch: the hint, room servers, and mxid hosts. Inline budget 3 holds the common single-event case (event origin, room origin, optional hint) on the stack; larger room-derived pools spill to the heap.