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
250
no_stdでもasyncしたい
lemolatoon
July 22, 2023
Tweet
Share
More Decks by lemolatoon
See All by lemolatoon
スマホから Youtube Shortsを見られないようにする
lemolatoon
27
34k
お家miniPCを使ってミリしらでkubernetes clusterたててみる
lemolatoon
1
190
【Rust × C++】 夢の共演を試した話
lemolatoon
1
1.7k
Rustの手続きマクロで黒魔術入門
lemolatoon
2
1.3k
Featured
See All Featured
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
191
56k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Side Projects
sachag
455
43k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Speed Design
sergeychernyshev
32
1.2k
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