Remove circular dependency

db4
Doug Coleman 2008-01-10 09:54:58 -10:00
parent 54ccb0f48c
commit 91cb15a25e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2006 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
USING: help.syntax help.markup concurrency concurrency.private match ;
USING: help.syntax help.markup concurrency.private match ;
IN: concurrency
HELP: make-mailbox
@ -168,4 +168,4 @@ ARTICLE: { "concurrency" "concurrency" } "Concurrency"
{ $subsection { "concurrency" "futures" } }
{ $subsection { "concurrency" "promises" } } ;
ABOUT: { "concurrency" "concurrency" }
ABOUT: { "concurrency" "concurrency" }