setThread method

void setThread(
  1. Node? v,
  2. Node thread
)

Implementation

void setThread(Node? v, Node thread) {
  getNodeData(v)?.thread = thread;
}