]> gitweb.factorcode.org Git - factor.git/blob - basis/bootstrap/threads/threads.factor
Merge branch 'master' into experimental
[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 vocabs.loader kernel io.thread threads
4 compiler.utilities namespaces ;
5 IN: bootstrap.threads
6
7 "debugger" vocab [
8     "debugger.threads" require
9 ] when
10
11 [ yield ] yield-hook set-global