英語 での Asynchronously の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
When the promise resolves, the code inside then will be run, asynchronously.
Change event triggers run asynchronously after the database transaction is completed.
The third parameter Result1 is the value returned from the asynchronously executed process. The type will be the same as that of the doInBackgroundSafe() method's return value.
It was originally implemented as part of web browsers so that client-side scripts could interact with the user, control the browser, communicate asynchronously, and alter the document content that was displayed.
The first parameter Result1 is the value returned from the asynchronously executed process. Its type will be the same as that of the doInBackgroundSafe() method's return value.
Selectively II: emulates the if() statement--- run an operation asynchronously, and depending on its result select and run another one from two choices.
Indicating that the job which was started asynchronously was job number 1
If we would like to execute a function asynchronously(after the current code), but before changes are rendered or new events handled, we can schedule it with queueMicrotask.
The latter should be done as soon as practical(i.e., asynchronously from the point of view of the packetization layer instance), while the former may be delayed until a packetization layer instance wants to create a packet.
However, using this return value is legacy and should be avoided because future versions of React may render components asynchronously in some cases.
The method is member of a family of findAll methods, for example findAllSorted() will returned a sort result set, and findAllAsync() will perform the query asynchronously on a background thread.
Continuously: emulates the while() loop--- run an operation asynchronously, and depending on its result run another operation asynchronously, and repeats the loop, or break the loop.
A process can set a''signal'' on another process(say using kill(1) or kill(2)), and that other process would receive and handle the signal asynchronously.
IntersectionObserver- Web APIs| MDN The IntersectionObserver interface of the Intersection Observer API provides a way to asynchronously observe changes in the intersection of a target element with an ancestor element or with a top-level document's viewport.
the method now calls the ExecuteAsync method and uses the await modifier to retrieve results asynchronously.
the method now calls the ExecuteSegmentedAsync method and uses the await modifier to retrieve results asynchronously.
Coincidentally, it looks rather like using Agile Kanban synchronously within each process and using Sustaining Kanban asynchronously across the whole value stream of processes.
For Apex processes that run for a long time, such as extensive database operations or external Web service callouts, you can run them asynchronously by implementing the Queueable interface and adding a job to the Apex job queue.
The monochrome video of Daido Moriyama and the abstract soundscape loops infinitely, and entangles asynchronously to each other, which forms incidental combination of visual and auditory informations, making another DAIDO experience.
In the diagram above, the methods highlighted in blue are prime spots for this new DevTool feature to be the most beneficial since these methods work asynchronously.