Remove circular dependency
parent
54ccb0f48c
commit
91cb15a25e
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2006 Chris Double.
|
! Copyright (C) 2006 Chris Double.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! 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
|
IN: concurrency
|
||||||
|
|
||||||
HELP: make-mailbox
|
HELP: make-mailbox
|
||||||
|
@ -168,4 +168,4 @@ ARTICLE: { "concurrency" "concurrency" } "Concurrency"
|
||||||
{ $subsection { "concurrency" "futures" } }
|
{ $subsection { "concurrency" "futures" } }
|
||||||
{ $subsection { "concurrency" "promises" } } ;
|
{ $subsection { "concurrency" "promises" } } ;
|
||||||
|
|
||||||
ABOUT: { "concurrency" "concurrency" }
|
ABOUT: { "concurrency" "concurrency" }
|
||||||
|
|
Loading…
Reference in New Issue