Skip to content

set names for cascade's tokio threads#356

Merged
tertsdiepraam merged 3 commits intomainfrom
thread-names
Nov 21, 2025
Merged

set names for cascade's tokio threads#356
tertsdiepraam merged 3 commits intomainfrom
thread-names

Conversation

@tertsdiepraam
Copy link
Contributor

I would've loved to set names for the tasks but that is still unstable in tokio. Instead, we just change the names of the treads. This makes it less important but maybe still a nice improvement.

Closes #317

@tertsdiepraam tertsdiepraam changed the title set names for cascade's tokio thread set names for cascade's tokio threads Nov 20, 2025
@ximon18
Copy link
Member

ximon18 commented Nov 20, 2025

What about threads used by the parallel signing code?

@tertsdiepraam
Copy link
Contributor Author

image

Seems to work based on a quick look at htop

@ximon18
Copy link
Member

ximon18 commented Nov 20, 2025

Nice. Should we name the rayon threads differently, e.g. cascade-signer?

@tertsdiepraam tertsdiepraam merged commit 4fad660 into main Nov 21, 2025
27 checks passed
@bal-e bal-e deleted the thread-names branch November 24, 2025 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set names for Tokio's worker threads

3 participants