stason.org logo lotus


previous page: L12) What about change propagation in BETA?page up: BETA Programming Language FAQnext page: L14) Why can variables declared in execution blocks not be accessed in INNER?

L13) What about futures in BETA?

 Books
 TULARC
















Description

This article is from the FAQ, by with numerous contributions by others.

L13) What about futures in BETA?

Futures are used in concurrent programming to return results from a
concurrent computation, even before they have been calculated. The result
can then be passed around as any other value, and only when an attempt is
made to access it, the reader will be blocked until the result is made
available by the concurrent computation. Based on the existing BETA
facilities, futures can easily be implemented, and an experimental futures
library is available as part of the current system.

 

Continue to:


Share and Enjoy

Bookmark this story so others can enjoy it:
  • digg
  • Reddit
  • del.icio.us
  • Furl
  • Wists

Tags

programming







TOP
previous page: L12) What about change propagation in BETA?page up: BETA Programming Language FAQnext page: L14) Why can variables declared in execution blocks not be accessed in INNER?