Tid

An opaque type used to represent a logical thread.

struct Tid {}

Members

Functions

toString
void toString(W w)

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.

Meta