_T [superglobal]

The currently executed thread (context/coroutine).

function f(){ printvar( _T ); }
f(); // prints info about current context
thread f(); // prints info about this newly created thread