boost example codes
- http://www.kmonos.net/alang/boost/classes/
boost thread examples
- http://aszt.inf.elte.hu/~gsd/klagenfurt/material/ch03s06.html
The Boost.Threads Library
Dr.Dobb's의 아티클
- http://www.drdobbs.com/cpp/184401518;jsessionid=XOBCWNJJ0HSSJQE1GHOSKH4ATMY32JVN
Threading with Boost
좀 간단한 예제지만, 설명이 자세하다.
- http://antonym.org/2009/05/threading-with-boost---part-i-creating-threads.html
Multithreading in C++0x
tr1에 대한 사용법이지만, std를 boost 네임스페이스로 바꿔서 보면 됨ㅋ
- http://www.justsoftwaresolutions.co.uk/threading/multithreading-in-c++0x-part-1-starting-threads.html
Mutithreading tutorial
boost::thread 라이브러리에 관한 내용만 있는 것이 아님
boost::thread 라이브러리를 사용하면서 멀티스레드에 대해 정말 자세히 설명해주고 있다.
- http://www.paulbridger.com/multithreading_tutorial/
EmptyCrate Software
thread에 관한 팁 모음
- http://blog.emptycrate.com/taxonomy/term/38
'Code Snippets > Boost' 카테고리의 다른 글
함수 호출 연기 & 함수 타입 캐스팅 (0) | 2010.09.17 |
---|---|
Nested Bind (0) | 2010.09.09 |
Generalized Function Pointers (0) | 2010.09.06 |
boost::bind 활용 (0) | 2010.09.03 |
Boost Thread (0) | 2010.08.20 |