2009-01-13 18:12:43 -05:00
|
|
|
! Copyright (C) 2008, 2009 Slava Pestov.
|
2008-07-28 23:28:13 -04:00
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
2009-01-13 18:12:43 -05:00
|
|
|
USING: vocabs vocabs.loader kernel io.thread threads
|
|
|
|
compiler.utilities namespaces ;
|
2008-07-28 23:28:13 -04:00
|
|
|
IN: bootstrap.threads
|
|
|
|
|
2008-12-08 17:02:31 -05:00
|
|
|
"debugger" vocab [
|
|
|
|
"debugger.threads" require
|
|
|
|
] when
|
2009-01-13 18:12:43 -05:00
|
|
|
|
|
|
|
[ yield ] yield-hook set-global
|