factor/contrib/concurrency/load.factor

15 lines
236 B
Factor
Raw Normal View History

2005-08-04 18:46:50 -04:00
USE: kernel
USE: threads
USE: prettyprint
USE: errors
USE: io
USE: parser
: a "../dlists.factor" run-file
"concurrency.factor" run-file ;
2005-08-04 18:46:50 -04:00
: b "concurrency-examples.factor" run-file ;
: c "concurrency-tests.factor" run-file ;
a
b