Skip to content

Commit

Permalink
Better thread name
Browse files Browse the repository at this point in the history
  • Loading branch information
tinwelint committed Apr 18, 2017
1 parent 0fa339f commit 0568632
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public long receive( long ticket, Void batch )
{
// It's fone to not store a reference to this thread here because either it completes and exits
// normally, notices a panic and exits via an exception.
new Thread( "PRODUCER" )
new Thread( name() )
{
@Override
public void run()
Expand Down

0 comments on commit 0568632

Please sign in to comment.