c++ - configuring boost::thread stack size -


is there way configure boost::thread stack size?

no, afaik.

maybe try native_handle() thread's member function , set stack size call os' api (pthread_attr_setstacksize() on posix systems maybe?).


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -