update destroying doc to show show more CBD detail
Update the create-before-destroy cases in the destroying.md document.
This commit is contained in:
parent
0ebc71383b
commit
44199ae4ba
|
@ -209,6 +209,7 @@ digraph replacement {
|
|||
}
|
||||
|
||||
a -> a_d [dir=back];
|
||||
a -> b_d;
|
||||
b -> a_d [dir=back];
|
||||
b -> b_d;
|
||||
}
|
||||
|
@ -216,7 +217,8 @@ digraph replacement {
|
|||
|
||||
|
||||
Order of operations:
|
||||
1. `B` is destroyed AND `A` is created
|
||||
1. `B` is destroyed
|
||||
2. `A` is created
|
||||
1. `B` is created
|
||||
1. `A` is destroyed
|
||||
|
||||
|
@ -314,6 +316,7 @@ digraph replacement {
|
|||
}
|
||||
|
||||
a -> a_d;
|
||||
a -> b_d [style=dotted];
|
||||
b -> a_d [style=dotted];
|
||||
b -> b_d [dir=back];
|
||||
}
|
||||
|
@ -340,6 +343,7 @@ digraph replacement {
|
|||
}
|
||||
|
||||
a -> a_d [dir=back];
|
||||
a -> b_d [dir=back, style=dotted];
|
||||
b -> a_d [dir=back, style=dotted];
|
||||
b -> b_d [dir=back];
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue