factor/basis/bootstrap/threads/threads.factor

10 lines
299 B
Factor
Raw Normal View History

! Copyright (C) 2008, 2009 Slava Pestov.
2008-07-28 23:28:13 -04:00
! See http://factorcode.org/license.txt for BSD license.
USING: vocabs.loader kernel io.thread threads
compiler.utilities namespaces ;
2008-07-28 23:28:13 -04:00
IN: bootstrap.threads
{ "bootstrap.threads" "debugger" } "debugger.threads" require-when
[ yield ] yield-hook set-global