Le 06/12/13 21:52, Andrey Semashev a écrit :
Hi,
I have maintained Boost.Thread during 2 years, fixing a lot of issues and adding a lot of new features. Unfortunately due to personal reasons I would have less time to maintain the Boost.Thread library in the near future.
To avoid that the list of issues increase instead of decrease I would like to know if there are candidates that want to try to fix some of the current or future issues and provide patches for them. I'm not sure how much time I'd be able to devote but I'm interested in
On Fri, Dec 6, 2013 at 10:34 PM, Vicente J. Botet Escriba
wrote: the library and at the very least would be happy to help in porting to Boost.Sync when the time comes. I'm not very familiar with the futures-related part of the library though. In any case, I'll be glad to offer help where I can.
Hi Andrey, you are an experienced Boost member and I'm sure you could do better that I did during these last two years. How about providing some patch for some of the older issues that I have not reached to solve? issues with dynamic libraries/tss. The future implementation is NOT stable. I don't know when the bug was introduced, but it appears clearly now on the regression test as I have wrapped the test on a loop to increase the change of error. I'm not requesting help on new features or refactoring, but on solving the current and future issues. If you want to port Boost.Thread to Boost.Synch I think the best is to create a Boost.Thread2 so that you would not have the compatibility constraint Boost.Thread has now. I think that you have already a good base on Boost.Sync. Best, Vicente