factor/contrib/concurrency/load.factor

6 lines
145 B
Factor
Raw Normal View History

2006-09-06 07:53:41 -04:00
REQUIRES: dlists serialize match ;
2006-06-18 20:58:11 -04:00
2006-09-06 07:53:41 -04:00
PROVIDE: concurrency
2006-06-18 20:58:11 -04:00
{ "concurrency.factor" }
{ "concurrency-examples.factor" "concurrency-tests.factor" } ;