Skip to content

Conversation

@alstepan
Copy link

An implementation for #4409

@durban
Copy link
Contributor

durban commented Nov 23, 2025

Thanks for the PR. I'm wondering, what is the intention here? To print which thread exactly?

@asarkar
Copy link

asarkar commented Dec 15, 2025

@durban Not sure I understand your question, Thread.currentThread returns the currently executing thread, no?

@durban
Copy link
Contributor

durban commented Dec 15, 2025

Sure, but which thread, executing what code, when? The thread writing to stdout? The thread executing this: IO[A]? The thread executing the closure in the guaranteeCase? (Again, I'm asking for the intention here.)

@asarkar
Copy link

asarkar commented Dec 16, 2025

The thread in guaranteeCase as shown in the ticket.

@asarkar
Copy link

asarkar commented Dec 16, 2025

The intent is to add thread name to prefix wherever it appears.

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.

3 participants