factor/contrib/concurrency/load.factor

14 lines
316 B
Factor
Raw 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.
!
REQUIRES: contrib/dlists contrib/serialize contrib/match ;
2006-06-18 20:58:11 -04:00
2006-10-21 02:40:38 -04:00
PROVIDE: contrib/concurrency
{ +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:40:38 -04:00
} } ;