root: allow arbitrarily awaiting completion
This commit is contained in:
@@ -21,5 +21,6 @@ export function createRoot(target: ReacordRenderTarget) {
|
|||||||
container.destroy()
|
container.destroy()
|
||||||
return container.completion()
|
return container.completion()
|
||||||
},
|
},
|
||||||
|
complete: () => container.completion(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user