Programmer's Reference

Static future protocols

Instance methods

checkForValue
Answer true if the value is available and an AcoError otherwise.

isAcoFuture
Answer true if the object is a type of AcoFuture.

isReady
Answers true if the value is available; false otherwise.

isStatic
Answer true. This is a static future.

value
Answer the value of the future. If the value has not been calculated, suspend the current process until the value is ready.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]