src/Pure/Concurrent/isabelle_thread.scala
changeset 71709 b4b973a7df45
parent 71704 b9a5eb0f3b43
child 71710 2e2948a07f91
equal deleted inserted replaced
71708:dd9fc8a3036c 71709:b4b973a7df45
   160       body
   160       body
   161     }
   161     }
   162     finally {
   162     finally {
   163       handler = old_handler
   163       handler = old_handler
   164       if (clear_interrupt) interrupt
   164       if (clear_interrupt) interrupt
   165       Exn.Interrupt.expose()
       
   166     }
   165     }
   167   }
   166   }
   168 }
   167 }