doc: schedule_reparenting_and_wait

This commit is contained in:
Joonas Koivunen
2024-07-22 19:53:01 +00:00
parent 842bd4c2db
commit 43af9484c0

View File

@@ -683,6 +683,9 @@ impl RemoteTimelineClient {
Ok(())
}
/// Reparent this timeline to a new parent.
///
/// A retryable step of timeline ancestor detach.
pub(crate) async fn schedule_reparenting_and_wait(
self: &Arc<Self>,
new_parent: &TimelineId,