10 lines
299 B
Factor
10 lines
299 B
Factor
! Copyright (C) 2008, 2009 Slava Pestov.
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
USING: vocabs.loader kernel io.thread threads
|
|
compiler.utilities namespaces ;
|
|
IN: bootstrap.threads
|
|
|
|
{ "bootstrap.threads" "debugger" } "debugger.threads" require-when
|
|
|
|
[ yield ] yield-hook set-global
|