... | @@ -32,6 +32,7 @@ |
... | @@ -32,6 +32,7 @@ |
|
* [6-3 System.Threading.Interlocked](#interlocked)
|
|
* [6-3 System.Threading.Interlocked](#interlocked)
|
|
* [6-4 System.Threading.ThreadPool](#threadpool)
|
|
* [6-4 System.Threading.ThreadPool](#threadpool)
|
|
* [6-5 System.Threading.EventWaitHandle](#eventwaithandle)
|
|
* [6-5 System.Threading.EventWaitHandle](#eventwaithandle)
|
|
|
|
* [6-6 비동기 호출](#비동기-호출)
|
|
|
|
|
|
-- -- --
|
|
-- -- --
|
|
|
|
|
... | @@ -1597,4 +1598,6 @@ class EventWaitHandleEx2 //ThreadPool에서 EventWaitHandler로 Join()메서드 |
... | @@ -1597,4 +1598,6 @@ class EventWaitHandleEx2 //ThreadPool에서 EventWaitHandler로 Join()메서드 |
|
//작업을 다 끝내면 EventWaitHandler를 set해서 WaitOne()의 대기 상태를 해제한다.
|
|
//작업을 다 끝내면 EventWaitHandler를 set해서 WaitOne()의 대기 상태를 해제한다.
|
|
}
|
|
}
|
|
}
|
|
}
|
|
``` |
|
```
|
|
\ No newline at end of file |
|
|
|
|
|
### 비동기 호출 |