Talk:Rendezvous: Difference between revisions

facebook link
(What is a rendezvous, and Go could so do this)
(facebook link)
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)
1,707

edits