12 lines
292 B
Factor
12 lines
292 B
Factor
! Copyright (C) 2005 Chris Double. All Rights Reserved.
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
!
|
|
REQUIRES: contrib/dlists contrib/serialize contrib/match ;
|
|
|
|
PROVIDE: contrib/concurrency {
|
|
"concurrency.factor"
|
|
"concurrency.facts"
|
|
} {
|
|
"concurrency-tests.factor"
|
|
} ;
|