Asynchronous method invocation

This is an old revision of this page, as edited by RHaworth (talk | contribs) at 04:20, 9 October 2008 ({{subst:prod|original research}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Asyncronious error reporting design pattern decouples exception throwing from their origin to the use of the result, in such a way that exceptions happen in a "safe" way. Often used in connection with the Active Object pattern.