Talk:Rendezvous: Difference between revisions

m
→‎See also: Yeah, that link is bogus.
(What is a rendezvous, and Go could so do this)
m (→‎See also: Yeah, that link is bogus.)
 
(One intermediate revision by one other user not shown)
Line 22:
:::That's it. It's possible to use expression guards on receives, but hardly necessary (and it greatly complicates the hardware implementation ;-)). None of this says anything about exceptions; at this level of modeling, an exception is just a kind of response. (Which suggests that the task itself shouldn't require exceptions; they're part of how you implement error responses, not a necessary part of the rendezvous itself.)
:::Anyway, I'm revisiting this because I just wanted to note (possibly for myself in the future, possibly for someone else) that I think [[Go]] could do a very nice implementation of this task. It's <code>[http://golang.org/doc/go_spec.html#Select_statements select]</code> statement (combined with channels and buffers of course) looks an eminently suitable tool. –[[User:Dkf|Donal Fellows]] 09:59, 16 November 2009 (UTC)
 
==See also==
Is the second link, to some facebook page, relevant? &mdash;[[User:Sonia|Sonia]] ([[User talk:Sonia|talk]]) 02:01, 22 August 2016 (UTC)
:Good catch. Not relevant. About the band Rendezvous. That was added anonymously in Nov. 2009 and has been there ever since. --[[User:Thundergnat|Thundergnat]] ([[User talk:Thundergnat|talk]]) 17:29, 22 August 2016 (UTC)
10,333

edits