In the
VB examples posted here, there is a statement that imports System.threading. The API says that the core is single-threaded, and the .NET docs say this namespace enables threading. One example I am looking at is the Print Whole Table program.
Why specifically import the multi-threading namespace if the core is single-threaded?