Tid.toString

Generate a convenient string for identifying this Tid. This is only useful to see if Tid's that are currently executing are the same or different, e.g. for logging and debugging. It is potentially possible that a Tid executed in the future will have the same toString() output as another Tid that has already terminated.

struct Tid
const
void
toString
(
W
)
(
ref W w
)

Meta