]> gitweb.factorcode.org Git - factor.git/blob - libs/concurrency/load.factor
more sql changes
[factor.git] / libs / concurrency / load.factor
1 ! Copyright (C) 2005 Chris Double. All Rights Reserved.
2 ! See http://factorcode.org/license.txt for BSD license.
3 !
4 REQUIRES: libs/dlists libs/serialize libs/match ;
5
6 PROVIDE: libs/concurrency
7 { +files+ { 
8   "concurrency.factor" 
9   "concurrency.facts"
10 } }
11 { +tests+ { 
12   "concurrency-tests.factor" 
13 } }
14 { +help+ { "concurrency" "concurrency" } } ;