fn schedule_purge(
services: State,
room_id: OwnedRoomId,
boundary: PduCount,
delete_local_events: bool,
) -> StringExpand 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.