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
230
no_stdでもasyncしたい
lemolatoon
July 22, 2023
Tweet
Share
More Decks by lemolatoon
See All by lemolatoon
【Rust × C++】 夢の共演を試した話
lemolatoon
1
1.5k
AI系サービスに代表されるAPIについて
lemolatoon
0
82
Rustの手続きマクロで黒魔術入門
lemolatoon
2
1.1k
Featured
See All Featured
XXLCSS - How to scale CSS and keep your sanity
sugarenia
247
1.3M
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
How GitHub (no longer) Works
holman
311
140k
Docker and Python
trallard
42
3.1k
Imperfection Machines: The Place of Print at Facebook
scottboms
266
13k
Building Applications with DynamoDB
mza
91
6.1k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Side Projects
sachag
452
42k
Producing Creativity
orderedlist
PRO
341
39k
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