Asynchronous method invocation

This is an old revision of this page, as edited by RHaworth (talk | contribs) at 16:13, 9 October 2008 (copyedit). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer software, the asynchronous error reporting design pattern decouples exception throwing from the origin of the exception 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.[1]

Notes