... | ... | @@ -32,6 +32,7 @@ |
|
|
* [6-3 System.Threading.Interlocked](#interlocked)
|
|
|
* [6-4 System.Threading.ThreadPool](#threadpool)
|
|
|
* [6-5 System.Threading.EventWaitHandle](#eventwaithandle)
|
|
|
* [6-6 비동기 호출](#비동기-호출)
|
|
|
|
|
|
-- -- --
|
|
|
|
... | ... | @@ -1598,3 +1599,5 @@ class EventWaitHandleEx2 //ThreadPool에서 EventWaitHandler로 Join()메서드 |
|
|
}
|
|
|
}
|
|
|
```
|
|
|
|
|
|
### 비동기 호출 |