Public 멤버 함수 | |
| virtual void | SetDesiredThreadCount (int threadCount)=0 |
| virtual void | Process (int timeoutMs)=0 |
정적 Public 멤버 함수 | |
| static CThreadPool * | Create (IThreadPoolEvent *eventSink, int threadCount) |
서버사이드 호스트 모듈(CNetServer,CLanServer,CLanClient)을 위한 thread pool 객체입니다.
자세한 것은 서버에서 여러 호스트 모듈이 같은 Thread Pool를 공유하기 을 참고하십시오.
사용법
TODO: 상기 주석 다듬은 후 다국어화해야!
|
static |
네트워킹 서버간 통신용 ThreadPool을 생성합니다.