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
82
【Rust × C++】 夢の共演を試した話
lemolatoon
1
1.6k
Rustの手続きマクロで黒魔術入門
lemolatoon
2
1.2k
Featured
See All Featured
Optimizing for Happiness
mojombo
379
70k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
185
54k
Designing for Performance
lara
610
69k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
It's Worth the Effort
3n
187
28k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
YesSQL, Process and Tooling at Scale
rocio
173
14k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.5k
Statistics for Hackers
jakevdp
799
220k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
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