add about, article

db4
Doug Coleman 2008-09-14 22:28:54 -05:00
parent 50db52fb17
commit e501a411fe
1 changed files with 11 additions and 0 deletions

View File

@ -33,3 +33,14 @@ HELP: from
" It will block the calling thread until there is data in the channel."
}
{ $see-also <channel> to } ;
ARTICLE: "channels" "Channels"
"The " { $vocab-link "channels" } " vocabulary provides a simple abstraction to send and receive objects." $nl
"Opening a channel:"
{ $subsection <channel> }
"Sending a message:"
{ $subsection to }
"Receiving a message:"
{ $subsection from } ;
ABOUT: "channels"