Skip to content

feat: extend use of "FaweThread" to include main blocking executor#3254

Merged
NotMyFault merged 2 commits intomainfrom
feat/extend-fawe-threads
Jul 30, 2025
Merged

feat: extend use of "FaweThread" to include main blocking executor#3254
NotMyFault merged 2 commits intomainfrom
feat/extend-fawe-threads

Conversation

@dordsor21
Copy link
Member

No description provided.

@dordsor21 dordsor21 requested a review from a team as a code owner July 29, 2025 06:57
@github-actions github-actions bot added the Feature This PR adds a new feature label Jul 29, 2025
@dordsor21 dordsor21 force-pushed the feat/extend-fawe-threads branch from 058b5f5 to b5e7a6e Compare July 29, 2025 06:57
protected FaweThread(final ForkJoinPool pool) {
super(null, pool, true);
}
public interface FaweThread {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While this is already all internal, would it make sense to seal the hierarchy and make the subclasses final?

@dordsor21 dordsor21 force-pushed the feat/extend-fawe-threads branch from b5e7a6e to 0cb082f Compare July 29, 2025 15:44
@NotMyFault NotMyFault merged commit 0a754a3 into main Jul 30, 2025
11 checks passed
@NotMyFault NotMyFault deleted the feat/extend-fawe-threads branch July 30, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature This PR adds a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants