Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
no_stdでもasyncしたい
Search
lemolatoon
July 22, 2023
0
240
no_stdでもasyncしたい
lemolatoon
July 22, 2023
Tweet
Share
More Decks by lemolatoon
See All by lemolatoon
お家miniPCを使ってミリしらでkubernetes clusterたててみる
lemolatoon
1
74
【Rust × C++】 夢の共演を試した話
lemolatoon
1
1.6k
AI系サービスに代表されるAPIについて
lemolatoon
0
90
Rustの手続きマクロで黒魔術入門
lemolatoon
2
1.2k
Featured
See All Featured
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
The Cost Of JavaScript in 2023
addyosmani
51
8.4k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
4 Signs Your Business is Dying
shpigford
184
22k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
43
2.4k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
Product Roadmaps are Hard
iamctodd
PRO
53
11k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.9k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
16
940
RailsConf 2023
tenderlove
30
1.1k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Transcript
no_stdでもasyncしたい lemolatoon
自作OSwithRust でUSBドライバを書いていた ハードウェアか らの応答を待つ 必要あり...
asyncを syncで 使うため のマクロ を用意
Async が 動いた!!
USBマウスが動 いた!
まとめ • no_std環境でもasyncは使える • asyncが簡単に使えるRustに感謝!
ありがとうございました twitter : @lemolatoon1 repository: https://github.com/lemolatoon/lemolaos_v2