Asynchronous method invocation: Difference between revisions

Content deleted Content added
Java class: The FutureTask reference appeared as dead because of the trailing characters "(v=vs.110).aspx" after html. Just removing that, it works.
GreenC bot (talk | contribs)
m Rescued 1 archive link; remove 1 link. Wayback Medic 2.1
Line 13:
 
=== Java class ===
FutureTask class<ref>{{cite web|title=Class FutureTask |url=https://docs.oracle.com/javase/6/docs/api/java/util/concurrent/FutureTask.html |publisherarchive-url=Oraclehttp://webarchive.loc.gov/all/20130625215130/http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/FutureTask.html |datedead-url=2011yes |accessarchive-date=20152013-06-29 }}{{dead25 link|datepublisher=October 2016Oracle |botdate=InternetArchiveBot2011 |fixaccess-attempteddate=yes2015-06-29 }}</ref> in [[Java (programming language)|Java]] use [[event (synchronization primitive)|events]] to solve the same problem. This pattern is a variant of AMI whose implementation carries more overhead, but it is useful for objects representing [[Component-based software engineering|software components]].
 
=== .NET Framework ===