Skip to content

Commit

Permalink
Merge pull request #186 from azriel91/maintenance/interruptibility-re…
Browse files Browse the repository at this point in the history
…move-reference-to-localhost
  • Loading branch information
azriel91 authored Feb 3, 2024
2 parents d19fa77 + 672cff4 commit 4e80771
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,10 @@ fn interruptibility_check(receiver: &mut Receiver<InterruptSignal>)

## Fine Grained Interruptibility

<iframe
src="http://localhost:7890/?src=hierarchy%3A%0A%20%20server%3A%0A%20%20%20%20server_inner%3A%0A%20%20upload%3A%0A%20%20%20%20upload_part_1%3A%0A%20%20%20%20upload_part_2%3A%0A%20%20%20%20upload_part_3%3A%0A%20%20config%3A%0A%20%20%20%20config_inner%3A%0A%20%20start%3A%0A%20%20%20%20start_inner%3A%0Anode_infos%3A%0A%20%20server%3A%20%20%7B%20emoji%3A%20%F0%9F%96%A5%EF%B8%8F%2C%20name%3A%20%22%22%20%7D%0A%20%20server_inner%3A%20%7B%20emoji%3A%20%F0%9F%96%A5%EF%B8%8F%2C%20name%3A%20%22..%3Cbr%20%2F%3E..%22%20%7D%0A%20%20upload%3A%20%20%7B%20emoji%3A%20%F0%9F%93%A4%2C%20name%3A%20%22App%3Cbr%20%2F%3EUpload%22%20%20%20%20%7D%0A%20%20upload_part_1%3A%20%7B%20emoji%3A%20%F0%9F%93%A4%2C%20name%3A%20%221%22%20%7D%0A%20%20upload_part_2%3A%20%7B%20emoji%3A%20%F0%9F%93%A4%2C%20name%3A%20%222%22%20%7D%0A%20%20upload_part_3%3A%20%7B%20emoji%3A%20%F0%9F%93%A4%2C%20name%3A%20%223%22%20%7D%0A%20%20config%3A%20%20%7B%20emoji%3A%20%F0%9F%9B%A0%EF%B8%8F%2C%20name%3A%20%22%22%20%7D%0A%20%20config_inner%3A%20%7B%20emoji%3A%20%F0%9F%96%A5%EF%B8%8F%2C%20name%3A%20%22..%3Cbr%20%2F%3E..%22%20%7D%0A%20%20start%3A%20%20%20%7B%20emoji%3A%20%F0%9F%94%81%2C%20name%3A%20%22%22%20%20%20%7D%0A%20%20start_inner%3A%20%7B%20emoji%3A%20%F0%9F%94%81%2C%20name%3A%20%22..%3Cbr%20%2F%3E..%22%20%7D%0Aedges%3A%0A%20%20server__upload%3A%20%5Bserver%2C%20upload%5D%0A%20%20upload__config%3A%20%5Bupload%2C%20config%5D%0A%20%20config__start%3A%20%5Bconfig%2C%20start%5D%0A%20%20upload_part_1__upload_part_2%3A%20%5Bupload_part_1%2C%20upload_part_2%5D%0A%20%20upload_part_2__upload_part_3%3A%20%5Bupload_part_2%2C%20upload_part_3%5D%0Atailwind_classes%3A%0A%20%20server_inner%3A%20hidden%0A%20%20config_inner%3A%20hidden%0A%20%20start_inner%3A%20hidden%0A%20%20server%3A%20%26green%20%3E-%0A%20%20%20%20%5B%26%3Epath%5D%3Afill-green-300%0A%20%20%20%20%5B%26%3Epath%5D%3Astroke-1%0A%20%20%20%20%5B%26%3Epath%5D%3Astroke-green-600%0A%20%20%20%20%5B%26%3Epath%5D%3Ahover%3Afill-green-200%0A%20%20%20%20%5B%26%3Epath%5D%3Ahover%3Astroke-green-600%0A%20%20%20%20%5B%26%3Epath%5D%3Afocus%3Aoutline-1%0A%20%20%20%20%5B%26%3Epath%5D%3Afocus%3Aoutline-lime-600%0A%20%20%20%20%5B%26%3Epath%5D%3Afocus%3Aoutline-dashed%0A%20%20%20%20%5B%26%3Epath%5D%3Afocus%3Arounded-xl%0A%20%20%20%20cursor-pointer%0A%20%20upload%3A%20%26blue%20%3E-%0A%20%20%20%20%5B%26%3Epath%5D%3Afill-blue-300%0A%20%20%20%20%5B%26%3Epath%5D%3Astroke-1%0A%20%20%20%20%5B%26%3Epath%5D%3Astroke-blue-600%0A%20%20%20%20%5B%26%3Epath%5D%3Ahover%3Afill-blue-100%0A%20%20%20%20%5B%26%3Epath%5D%3Ahover%3Astroke-blue-400%0A%20%20%20%20%5B%26%3Epath%5D%3Afocus%3Afill-blue-200%0A%20%20%20%20%5B%26%3Epath%5D%3Afocus%3Aoutline-1%0A%20%20%20%20%5B%26%3Epath%5D%3Afocus%3Aoutline-blue-500%0A%20%20%20%20%5B%26%3Epath%5D%3Afocus%3Aoutline-dashed%0A%20%20%20%20%5B%26%3Epath%5D%3Afocus%3Arounded-xl%0A%20%20%20%20cursor-pointer%0A%20%20upload_part_1%3A%20%2Agreen%0A%20%20upload_part_2%3A%20%2Ablue%0A%20%20server__upload%3A%20%3E-%0A%20%20%20%20%5B%26%3Epath%5D%3Astroke-1%0A%20%20%20%20%5B%26%3Epath%5D%3Astroke-green-700%0A%20%20%20%20%5B%26%3Epolygon%5D%3Afill-green-700%0A%20%20%20%20%5B%26%3Epolygon%5D%3Astroke-1%0A%20%20%20%20%5B%26%3Epolygon%5D%3Astroke-green-700%0A%20%20%20%20%5B%26%3Epath%5D%3Afocus%3Aoutline-1%0A%20%20%20%20%5B%26%3Epath%5D%3Afocus%3Aoutline-lime-600%0A%20%20%20%20%5B%26%3Epath%5D%3Afocus%3Aoutline-dashed%0A%20%20%20%20%5B%26%3Epath%5D%3Afocus%3Arounded-xl%0A%20%20%20%20cursor-pointer%0A&diagram_only=true"
width="630" height="230"
style="border: 0; transform-origin: top left; scale: 1.2; margin-bottom: -50px;">
</iframe>
<object
type="image/svg+xml"
data="stopping_point/fine_grained_interruptibility.svg"
style="width: 630px; height: 230px; border: 0; transform-origin: top left; scale: 1.2;"></object>

```rust ,ignore
fn execute(
Expand Down
Loading

0 comments on commit 4e80771

Please sign in to comment.