Asynchronous method invocation

id: asynchronous-method-invocation-266-3866026
title: Asynchronous method invocation
text: In multithreaded computer programming, asynchronous method invocation (AMI), also known as asynchronous method calls or the asynchronous pattern is a design pattern in which the call site is not blocked while waiting for the called code to finish. Instead, the calling thread is notified when the reply arrives. Polling for a reply is an undesired option.
brand slug: wiki
category slug: encyclopedia
description: Software design pattern
original url: https://en.wikipedia.org/wiki/Asynchronous_method_invocation
date created:
date modified: 2022-06-10T01:52:20Z
main entity: {"identifier":"Q4812208","url":"https://www.wikidata.org/entity/Q4812208"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part