local T in 
   thread
      T = {Thread.this}
      try {Wait _} catch killed then {Show killed} end
   end
   {Thread.injectException T killed}
end