track static method

void track(
  1. Rc rc
)

Implementation

static void track(Rc rc) {
  threadLocal.value?.add(rc);
}