Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(async): 非同期処理と同期処理の図を追加(並列) #1467

Merged
merged 14 commits into from
Sep 14, 2022

Conversation

azu
Copy link
Collaborator

@azu azu commented Sep 14, 2022

fix #1459

source/basic/async/README.md Outdated Show resolved Hide resolved
@bot-user
Copy link

bot-user commented Sep 14, 2022

Deploy Preview for js-primer ready!

Name Link
🔨 Latest commit ed80f48
🔍 Latest deploy log https://app.netlify.com/sites/js-primer/deploys/6321d6624cb89d00081a6d5e
😎 Deploy Preview https://deploy-preview-1467--js-primer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@github-actions
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 34.2%, saving 1.78 MB.

Filename Before After Improvement Visual comparison
meetings/2016-01-29/azu/how-to-learn-ruby.png 128.35 KB 110.68 KB -13.8% View diff
source/basic/async/img/async-single-thread-tasks.png 783.21 KB 565.41 KB -27.8% View diff
source/basic/async/img/block--async-single-thread-tasks.png 1.18 MB 866.29 KB -28.0% View diff
source/basic/async/img/promise-chain.png 19.60 KB 13.69 KB -30.2% View diff
source/basic/async/img/single-thread-tasks.png 827.13 KB 583.22 KB -29.5% View diff
source/basic/async/img/then-rejected-promise.png 35.14 KB 25.55 KB -27.3% View diff
source/basic/error-try-catch/img/console.error.png 128.60 KB 69.74 KB -45.8% View diff
source/basic/error-try-catch/img/error.png 63.72 KB 36.29 KB -43.1% View diff
source/basic/implicit-coercion/img/JavaScript-Equality-Table.png 31.85 KB 27.24 KB -14.5% View diff
source/basic/introduction/img/javascript-ecmascript.png 46.08 KB 27.76 KB -39.7% View diff
source/basic/operator/img/0000_0000_0000_0000_0000_0000_0000_0001.png 50.82 KB 46.84 KB -7.8% View diff
source/basic/prototype-object/img/object-prototype.png 30.17 KB 21.01 KB -30.4% View diff
source/basic/read-eval-print/img/syntax-error.png 27.92 KB 17.01 KB -39.1% View diff
source/basic/read-eval-print/img/web-console.png 99.96 KB 51.30 KB -48.7% View diff
source/basic/string-unicode/img/codeunit-codepoint-table.png 24.29 KB 16.78 KB -30.9% View diff
source/basic/string-unicode/img/emoji-codeunit-codepoint-table.png 27.70 KB 19.54 KB -29.5% View diff
source/basic/string-unicode/img/extenal-code-and-internal-code.png 23.65 KB 17.20 KB -27.3% View diff
source/gitbook/icons/amazon-icon.png 5.87 KB 3.91 KB -33.4% View diff
source/gitbook/icons/icon-128x128.png 6.13 KB 5.48 KB -10.6% View diff
source/gitbook/icons/icon-144x144.png 6.95 KB 6.22 KB -10.5% View diff
source/gitbook/icons/icon-152x152.png 7.43 KB 6.68 KB -10.2% View diff
source/gitbook/icons/icon-192x192.png 9.79 KB 8.90 KB -9.0% View diff
source/gitbook/icons/icon-384x384.png 23.69 KB 23.30 KB -1.7% View diff
source/gitbook/icons/icon-72x72.png 3.18 KB 2.92 KB -8.4% View diff
source/gitbook/icons/icon-96x96.png 4.51 KB 4.04 KB -10.2% View diff
source/landing/img/cover-optimized.jpg 149.53 KB 139.10 KB -7.0% View diff
source/landing/img/cover.jpg 328.00 KB 151.62 KB -53.8% View diff
source/landing/img/js-primer.png 10.17 KB 5.74 KB -43.6% View diff
source/landing/img/repo-actions-watch.png 26.04 KB 8.10 KB -68.9% View diff
source/use-case/ajaxapp/display/img/fig-1.png 14.80 KB 14.53 KB -1.8% View diff
source/use-case/ajaxapp/entrypoint/img/fig-1.png 111.53 KB 58.96 KB -47.1% View diff
source/use-case/ajaxapp/http/img/fig-1.png 220.34 KB 125.44 KB -43.1% View diff
source/use-case/ajaxapp/http/img/fig-2.png 159.39 KB 88.40 KB -44.5% View diff
source/use-case/ajaxapp/promise/img/fig-1.png 100.50 KB 54.23 KB -46.0% View diff
source/use-case/setup-local-env/img/index.png 115.67 KB 61.42 KB -46.9% View diff
source/use-case/todoapp/app-structure/img/todo-html.png 104.09 KB 44.61 KB -57.1% View diff
source/use-case/todoapp/entrypoint/img/first-entry.png 118.62 KB 59.62 KB -49.7% View diff
source/use-case/todoapp/form-event/img/add-todo-item.png 112.03 KB 47.27 KB -57.8% View diff
source/use-case/todoapp/form-event/img/prevent-event.png 138.69 KB 67.15 KB -51.6% View diff
source/use-case/todoapp/update-delete/img/input-checkbox.png 8.92 KB 8.33 KB -6.5% View diff

3 images did not require optimisation.

@github-actions
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 28%, saving 337.01 KB.

Filename Before After Improvement Visual comparison
source/basic/async/img/block--async-single-thread-tasks.png 1.18 MB 867.33 KB -28.0% View diff

42 images did not require optimisation.

@azu azu merged commit 7577ab9 into master Sep 14, 2022
@azu azu deleted the feature/1459 branch September 14, 2022 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

非同期: 並行、並列の説明を整理する
2 participants