fedimint_client::db::event_log

Function run_event_log_ordering_task

source
pub(crate) async fn run_event_log_ordering_task(
    db: Database,
    log_ordering_task_wakeup: Receiver<()>,
    log_event_added: Sender<()>,
)
Expand description

The code that handles new unordered events and rewriters them fully ordered into the final event log.