]> gitweb.factorcode.org Git - factor.git/blob - basis/bootstrap/threads/threads.factor
Changing require-when usages to the new syntax for require-when
[factor.git] / basis / bootstrap / threads / threads.factor
1 ! Copyright (C) 2008, 2009 Slava Pestov.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: vocabs.loader kernel io.thread threads
4 compiler.utilities namespaces ;
5 IN: bootstrap.threads
6
7 { "bootstrap.threads" "debugger" } "debugger.threads" require-when
8
9 [ yield ] yield-hook set-global