Asynchronous method invocation: Difference between revisions

Content deleted Content added
No edit summary
FrescoBot (talk | contribs)
Line 10:
An example for an application that may make use of AMI is a web browser that needs to display a web page even before all images are loaded.
 
Since [[method (computer science)|method]] is a special case of [[Procedure_(computer_science)|procedure]], '''asynchronous method invocation''' is a special case of [[Asynchronous_procedure_call|asynchronous procedure call]].
 
== Implementations ==