Get/Set Program associated with this thread. This enables multiple scripts (Programs) running simultaneously in different threads. It is needed because which Program is being run is essentially global data - and this makes it thread local data.
See Implementation
Get/Set Program associated with this thread. This enables multiple scripts (Programs) running simultaneously in different threads. It is needed because which Program is being run is essentially global data - and this makes it thread local data.