1 USING: compiler.units words vocabs kernel threads.private ;
5 #! We don't want DCE to drop the error before the die call!
8 : print-error ( error -- ) die consume ;
10 : error. ( error -- ) die consume ;
14 "error-in-thread" "threads" lookup
17 ] with-compilation-unit