Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nly
on March 10, 2021
|
parent
|
context
|
favorite
| on:
Why asynchronous Rust doesn't work
There's no executor in the standard library for asynchronous work, the C++20 coroutines implementation lets you plug in your own
Dummy event loop example:
https://gcc.godbolt.org/z/fo18xW
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Dummy event loop example:
https://gcc.godbolt.org/z/fo18xW