0

I've written a program that consists of 3 threads: 2 threads that do something useful, and the 3rd to print the progress to the console. Does a progress-printing thread have a specific name, and if so, what name does it have?

Cargo23
  • 3,064
  • 16
  • 25
ArchLinux
  • 3
  • 1

2 Answers2

0

I don't think there is any convention for this. What language are you working in?

Cargo23
  • 3,064
  • 16
  • 25
0

I would probably just call it 'logging', after all, the console output could easily be redirected into a file.

Martin James
  • 24,453
  • 3
  • 36
  • 60