Skip to content

Commit

Permalink
Deploy 5db5010 to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Deploy from CI committed Oct 9, 2024
0 parents commit 502e244
Show file tree
Hide file tree
Showing 72 changed files with 18,492 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file makes sure that Github Pages doesn't process mdBook's output.
256 changes: 256 additions & 0 deletions 01_getting_started/01_chapter.html

Large diffs are not rendered by default.

350 changes: 350 additions & 0 deletions 01_getting_started/02_why_async.html

Large diffs are not rendered by default.

318 changes: 318 additions & 0 deletions 01_getting_started/03_state_of_async_rust.html

Large diffs are not rendered by default.

314 changes: 314 additions & 0 deletions 01_getting_started/04_async_await_primer.html

Large diffs are not rendered by default.

241 changes: 241 additions & 0 deletions 02_execution/01_chapter.html

Large diffs are not rendered by default.

398 changes: 398 additions & 0 deletions 02_execution/02_future.html

Large diffs are not rendered by default.

340 changes: 340 additions & 0 deletions 02_execution/03_wakeups.html

Large diffs are not rendered by default.

394 changes: 394 additions & 0 deletions 02_execution/04_executor.html

Large diffs are not rendered by default.

347 changes: 347 additions & 0 deletions 02_execution/05_io.html

Large diffs are not rendered by default.

345 changes: 345 additions & 0 deletions 03_async_await/01_chapter.html

Large diffs are not rendered by default.

815 changes: 815 additions & 0 deletions 04_pinning/01_chapter.html

Large diffs are not rendered by default.

261 changes: 261 additions & 0 deletions 05_streams/01_chapter.html

Large diffs are not rendered by default.

276 changes: 276 additions & 0 deletions 05_streams/02_iteration_and_concurrency.html

Large diffs are not rendered by default.

243 changes: 243 additions & 0 deletions 06_multiple_futures/01_chapter.html

Large diffs are not rendered by default.

299 changes: 299 additions & 0 deletions 06_multiple_futures/02_join.html

Large diffs are not rendered by default.

442 changes: 442 additions & 0 deletions 06_multiple_futures/03_select.html

Large diffs are not rendered by default.

273 changes: 273 additions & 0 deletions 06_multiple_futures/04_spawning.html

Large diffs are not rendered by default.

235 changes: 235 additions & 0 deletions 07_workarounds/01_chapter.html

Large diffs are not rendered by default.

271 changes: 271 additions & 0 deletions 07_workarounds/02_err_in_async_blocks.html

Large diffs are not rendered by default.

321 changes: 321 additions & 0 deletions 07_workarounds/03_send_approximation.html

Large diffs are not rendered by default.

289 changes: 289 additions & 0 deletions 07_workarounds/04_recursion.html

Large diffs are not rendered by default.

242 changes: 242 additions & 0 deletions 07_workarounds/05_async_in_traits.html

Large diffs are not rendered by default.

305 changes: 305 additions & 0 deletions 08_ecosystem/00_chapter.html

Large diffs are not rendered by default.

304 changes: 304 additions & 0 deletions 09_example/00_intro.html

Large diffs are not rendered by default.

326 changes: 326 additions & 0 deletions 09_example/01_running_async_code.html

Large diffs are not rendered by default.

307 changes: 307 additions & 0 deletions 09_example/02_handling_connections_concurrently.html

Large diffs are not rendered by default.

325 changes: 325 additions & 0 deletions 09_example/03_tests.html

Large diffs are not rendered by default.

231 changes: 231 additions & 0 deletions 12_appendix/01_translations.html

Large diffs are not rendered by default.

221 changes: 221 additions & 0 deletions 404.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions FontAwesome/css/font-awesome.css

Large diffs are not rendered by default.

Binary file added FontAwesome/fonts/FontAwesome.ttf
Binary file not shown.
Binary file added FontAwesome/fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions FontAwesome/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FontAwesome/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added FontAwesome/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added FontAwesome/fonts/fontawesome-webfont.woff2
Binary file not shown.
Binary file added assets/swap_problem.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 78 additions & 0 deletions ayu-highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
/*
Based off of the Ayu theme
Original by Dempfi (https://github.com/dempfi/ayu)
*/

.hljs {
display: block;
overflow-x: auto;
background: #191f26;
color: #e6e1cf;
}

.hljs-comment,
.hljs-quote {
color: #5c6773;
font-style: italic;
}

.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-attr,
.hljs-regexp,
.hljs-link,
.hljs-selector-id,
.hljs-selector-class {
color: #ff7733;
}

.hljs-number,
.hljs-meta,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params {
color: #ffee99;
}

.hljs-string,
.hljs-bullet {
color: #b8cc52;
}

.hljs-title,
.hljs-built_in,
.hljs-section {
color: #ffb454;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-symbol {
color: #ff7733;
}

.hljs-name {
color: #36a3d9;
}

.hljs-tag {
color: #00568d;
}

.hljs-emphasis {
font-style: italic;
}

.hljs-strong {
font-weight: bold;
}

.hljs-addition {
color: #91b362;
}

.hljs-deletion {
color: #d96c75;
}
Loading

0 comments on commit 502e244

Please sign in to comment.