monero-project / monero

Monero: the secure, private, untraceable cryptocurrency
https://getmonero.org
Other
9.05k stars 3.12k forks source link

daemonizer: replace boost chrono/thread with std lib #9544

Open tobtoht opened 1 month ago

vtnerd commented 1 month ago

Previously we used boost::thread because std::thread had issues with mingw. Is this no longer the case? I think mingw was finally updated?

tobtoht commented 1 month ago

@vtnerd Ah thanks, I forgot about that. For release builds, mingw hasn't been updated in quite some time. It will get updated to a recent version with #8929, so we can hold off with this until that one is merged.