factor/basis/bootstrap/threads/threads.factor

8 lines
165 B
Factor
Raw Normal View History

2008-07-28 23:28:13 -04:00
! Copyright (C) 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
IN: bootstrap.threads
USE: io.thread
USE: threads
2008-07-30 05:12:17 -04:00
USE: debugger.threads