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.
|
2010-03-18 01:13:37 -04:00
|
|
|
USING: vocabs.loader kernel io.thread threads
|
2009-01-13 18:12:43 -05:00
|
|
|
compiler.utilities namespaces ;
|
2008-07-28 23:28:13 -04:00
|
|
|
IN: bootstrap.threads
|
|
|
|
|
2010-04-18 15:29:24 -04:00
|
|
|
{ "bootstrap.threads" "debugger" } "debugger.threads" require-when
|
2009-01-13 18:12:43 -05:00
|
|
|
|
2010-03-18 01:13:37 -04:00
|
|
|
[ yield ] yield-hook set-global
|