factor/contrib/concurrency/load.factor

16 lines
255 B
Factor
Raw Normal View History

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