Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-02 | threadpool: catch exceptions in dtor, to avoid terminate | moneromooo-monero | 1 | -1/+2 | |
If an exception is thrown, it is ignored. While this may hide a bug, this should only be system exceptions in boost, which is pretty unlikely. Morever, wait should be called manually before the dtor anyway. Add an error message if the dtor has to wait in case some such cases creep in so they get fixed. Coverity 182538 | |||||
2018-01-26 | Readd copyright starting date | xmr-eric | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-09-15 | Tweak concurrency limits | Howard Chu | 1 | -1/+1 | |
Create capacity for 2x max, but lie about it | |||||
2017-09-14 | Use a threadpool | Howard Chu | 1 | -0/+87 | |
Instead of constantly creating and destroying threads |