Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If your function represents async workflow then you can just implement the async side and the caller can just block on it if they want that semantics. The problem with the ecosystem in Rust is there are various runtime libraries and no standard way to factor it out. You shouldn't need to implement the blocking semantics since it should be trivial.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: