factor/libs/concurrency/load.factor

15 lines
347 B
Factor
Raw Permalink Normal View History

2006-09-06 20:22:19 -04:00
! Copyright (C) 2005 Chris Double. All Rights Reserved.
! See http://factorcode.org/license.txt for BSD license.
!
2006-11-28 21:57:29 -05:00
REQUIRES: libs/dlists libs/serialize libs/match ;
2006-06-18 20:58:11 -04:00
2006-11-28 21:57:29 -05:00
PROVIDE: libs/concurrency
2006-10-21 02:40:38 -04:00
{ +files+ {
2006-09-06 20:22:19 -04:00
"concurrency.factor"
"concurrency.facts"
2006-10-21 02:40:38 -04:00
} }
{ +tests+ {
2006-09-06 20:22:19 -04:00
"concurrency-tests.factor"
2006-10-21 02:44:54 -04:00
} }
{ +help+ { "concurrency" "concurrency" } } ;