Fun article

Steve Dekorte steve at dekorte.com
Sat Jun 14 15:52:08 UTC 2003


On Friday, June 13, 2003, at 10:27 PM, Anthony Hannan wrote:
> Steve Dekorte <steve at dekorte.com> wrote:
>> Also, I'm not sure what they mean by "dataflow" communication here.
>
> In short, a dataflow variable can only be assigned once.  Before that 
> it
> is unbound.  Any thread that reads an unbound variable will wait until
> the variable is bound by another thread.  Thus providing syncronized
> dataflow from one thread to another, automatically.

Ah, another terminology difference - actor based languages call these 
"futures".

Cheers,
Steve
Io, a small language: http://www.iolanguage.com/



More information about the Squeak-dev mailing list