Skip to main content

schedule_purge

Function schedule_purge 

Source
fn schedule_purge(
    services: State,
    room_id: OwnedRoomId,
    boundary: PduCount,
    delete_local_events: bool,
) -> String
Expand description

Spawns the purge on the tasks service, returning its id. Takes services by value (it is Copy) so the detached task owns a 'static handle.