[C#/TPL] Task 클래스 : ContinueWith 메소드를 사용해 연속(Continuation) 처리하기


■ Task<T> 클래스의 ContinueWith 메소드를 사용해 연속(Continuation)을 처리하는 방법을 보여준다.

예제 코드 (C#)