factor/contrib/concurrency/load.factor

12 lines
292 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-09-06 20:22:19 -04:00
PROVIDE: contrib/concurrency {
"concurrency.factor"
"concurrency.facts"
} {
"concurrency-tests.factor"
} ;