Skip to content

Name notification server threads

Piotr Batko requested to merge pbatko/name-threads into master

It allows to read name of thread during debugging, so we know in thread of which node we are. Also it can provide better error description, when name of problematic thread will be printed.

So it changes this:

MS_Paint_Microsoft_Paint_Online_3_

to this:

MS_Paint_Microsoft_Paint_Online_2_

It conflicts with !107 (merged), so I rebased it on top if this. If you want to avoid conflicts, merge these two merge requests close to each other :)

Please review: @kmochocki @mzebrak

Merge request reports