static AbstractThoughtSpace thoughtSpace() { ret currentThoughtSpace(); } // set for current thread static A thoughtSpace(A ts) { currentThoughtSpace_value.set(ts); ret ts; }