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?).
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
Post a Comment