Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mrfox321
on July 16, 2022
|
parent
|
context
|
favorite
| on:
Async Rust: What is a runtime? how Tokio works und...
what c++ coro library are you using, folly?
i use that and it makes async programming trivial, relative to callback style programming.
gloryjulio
on July 17, 2022
[–]
Yeah we use folly and we acknowledge that it's not the 'most' performant option. But we we don't have real time constraint. It's good enough
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
i use that and it makes async programming trivial, relative to callback style programming.