Forked from
PMRust / website
51 commits behind the upstream repository.
-
Alexandru RADOVICI authoredAlexandru RADOVICI authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
slides.md 1.01 KiB
theme: seriph
# background: https://source.unsplash.com/collection/94734566/1920x1080
class: text-center
highlighter: shiki
lineNumbers: true
info: |
## Asynchronous Development
drawings:
persist: false
defaults:
foo: true
transition: slide-left
title: MA - 05 - Asynchronous Development
mdc: true
layout: cover
themeConfig:
primary: '#0060df'
download: true
exportFilename: ma-04
background:
Asynchronous Development
Lecture 5
Asynchronous Development
- Concurrency
- Asynchronous Executor
-
Future
s - Communication between tasks
src: ../../resources/concurrency/slides.md
src: ../../resources/executor/slides.md
src: ../../resources/future/slides.md
src: ../../resources/communication/slides.md
Conclusion
we talked about
- Preemptive & Cooperative Concurrency
- Asynchronous Executor
-
Future
s and how Rust rewritesasync
function - Communication between tasks