태그: #coroutine
GPU·LLM·MLOps·쿠버네티스, 그리고 마음가짐에 관한 글 · 2 편
동시성 & 병렬 프로그래밍 완전 가이드 2025: Async/Await, Thread, Goroutine, Actor 모델
동시성/병렬 프로그래밍의 모든 것! Thread vs Coroutine vs Goroutine, Async/Await 패턴, Event Loop(Node.js/Python), Actor 모델(Erlang/Akka), Lock-free 자료구조, 데드락/레이스컨디션 방지, Channel/CSP, 성능 최적화.
2026-04-14 · 35 분 읽기 #concurrency#parallelism#async-await#thread#goroutine동시성과 병렬성 완전 정복: 멀티스레딩, 비동기, 이벤트 루프의 모든 것
동시성과 병렬성의 근본적 차이부터! 스레드 vs 코루틴 vs 가상 스레드, 이벤트 루프(Node.js), Actor 모델(Erlang/Akka), Lock-free 자료구조, 언어별 동시성(Go/Java/Python/Rust/JS) 비교, 실전 패턴까지.
2026-03-23 · 32 분 읽기 #concurrency#parallelism#multithreading#async#event-loop