Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Yoric
8 months ago
|
parent
|
context
|
favorite
| on:
C++ Coroutines Advanced: Converting std:future to ...
Out of curiosity, what would you use coroutines for, in Rust?
My personal use was clearly `async`/`await`, and this landed quite some time ago.
IshKebab
8 months ago
[–]
For stimulus generation for SystemVerilog tests. I think you
might
be able to use `async`/`await` for that but I'm not 100% sure - I haven't tried.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
My personal use was clearly `async`/`await`, and this landed quite some time ago.