You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.동기-블로킹쓰레드가작업을요청하고"결과물을 받을때까지""대기"2.동기-논블로킹쓰레드가작업을요청하고"다른 작업이 가능하지만""결과물을 받아야 이후 프로세스 진행"3.비동기-블로킹쓰레드가작업을요청함. "결과물은 콜백"으로받으나결과물이올때까지는"대기"4.비동기-논블로킹쓰레드가작업을요청하고"다른 작업을 수행하다""결과물을 콜백"으로받으면계속진행