huijeong-kim / huijeong-kim.github.io

https://huijeong-kim.github.io
5 stars 0 forks source link

post/2022-09-11-rust-async-programming/ #5

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Rust Asynchronous Programming – my-dev-note –

오늘은 Rust에서 제공하는 Asynchronous Programming 관련 feature들에 대해 정리하면서, async 관련 포스트를 쓸 때 마다 사용되는 단어들, async, future, runtime, executor에 대해 정리해 보겠습니다. 오늘은 유독 내용이 추상적인 느낌에 부족한 부분이 많은 것 같은데, 틀린 부분이나 부족한 부분

http://huijeong-kim.github.io/2022/09/11/rust-async-programming/

yyu-nim commented 2 years ago

궁금증이 많이 풀렸습니다! 예전에는 async 가 단순히 multi-thread/process/service를 이용한 비동기 실행 (e.g., req 보내고 callback 실행하는 형태) 을 지칭하는 건줄로만 알았는데, 그 이상의 깊은 의미들이 있었네요 ㅎruntime/future/executor 등 관련된 추상화들도 많고요 정리 감사합니다!

huijeong-kim commented 2 years ago

이번에 정리한 건 Rust 관련 자료만 찾아본 거라 Rust에 한정된 개념만 정리한 느낌인데, 다른 언어에서는 좀 다를지도 궁금하네요 ㅎㅎ 재밌는 신세계인 것 같습니다 .