j
k
j a
j l
i need the APIs like WaitForSingleObject and WaitForMultipleObject given by win32.so is there any API in boost ::thread library so that it can work like that.
See thread::join(), and boost::conditional_variable class.
Back to the thread
Back to the list