-
Notifications
You must be signed in to change notification settings - Fork 2.3k
enh(Poco::ActiveThreadPool): make it easy to use correctly #4624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
39a3e6c
make Poco::ActiveThreadPool easy to use (#4544)
siren186 acdb9ba
code format
siren186 b407b83
Fix ThreadSanitizer thread leak error
siren186 6d70ff8
enh(ActivePooledThread): Change pointers to references
siren186 d2744fa
enh(ActivePooledThread): remove unused method
siren186 df5c140
enh(Poco::ActiveThreadPool): Use std::unique_ptr instead of raw pointer
siren186 fde68aa
enh(Poco::ActiveThreadPool): Use C++ static_cast instead of C casting
siren186 754e628
enh(Poco::ActiveThreadPool): Use standard containers instead of imple…
siren186 9717b53
enh(Poco::ActiveThreadPool): Change pointer to reference
siren186 4a3340b
enh(Poco::ActiveThreadPool): Use smart pointers instead of bare pointers
siren186 e215cb7
enh(Poco::ActiveThreadPool): Fix codeql warning: A stack address whic…
siren186 86d9a13
enh(Poco::ActiveThreadPool): More test case
siren186 cba4673
enh(Poco::ActiveThreadPool): std::optional::value unavailable on earl…
siren186 6bed6cb
enh(Poco::ActiveThreadPool): Fix compare function for make heap
siren186 7b26ab8
enh(Poco::ActiveThreadPool): Add more test case
siren186 81823a4
enh(Poco::ActiveThreadPool): Add more test case
siren186 36e1ce5
enh(Poco::ActiveThreadPool): Code style
siren186 3637022
enh(Poco::ActiveThreadPool): Test case
siren186 a37bf5a
enh(Poco::ActiveThreadPool): Test case
siren186 09db4e7
enh(Poco::ActiveThreadPool): Fix test case error
siren186 3a76e28
Revert "enh(Poco::ActiveThreadPool): std::optional::value unavailable…
matejk 7491582
enh(macOS): require min deployment macOS version 10.15 which has full…
matejk 8c88376
Merge branch 'pocoproject:main' into main
siren186 94c4301
Merge remote-tracking branch 'remotes/upstream/4624-make-it-easy-to-u…
siren186 32e1d33
enh(Poco::ActiveThreadPool): Remove useless "{}"
siren186 40bedc9
enh(Poco::ActiveThreadPool): Rename member variable m_impl to _impl
siren186 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.