// //Test the Thread components // MKH #include using namespace ::Loki; #include using std::cout; using std::endl; namespace { } extern void Test_Threads() { cout << "Testing Loki\\Threads" << endl; SingleThreaded(); cout << endl << endl; }