Examples of using Asynchronously in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
This flag tells the system that you want to access a device asynchronously.
Information can be transmitted asynchronously, so the sender does not have to wait for a response.
Background Jobs: Also called a PSJob, it allows a command sequence(script)or pipeline to be invoked asynchronously.
They can be processed synchronously or asynchronously, allowing for different models to handle scaling;
Just like a Queue in computer science, it's a holding place that lets you store messages andread them back asynchronously.
To send the request asynchronously, the async parameter of the open() method has to be set to true:.
Often, it was impossible to get real-time responses,so data was typically sent asynchronously via files or one-way messages.
If the command was not begun asynchronously, the shell waits for the command to complete and collects its exit status.
Then has to be protected from thiscase because the provided callback is invoked asynchronously, after the promise has been created.
Projects are now loaded asynchronously- the key parts of the solution first- so that you can start working faster.
All write operations are directed at the primary server which is thenresponsible for replicating the data to the secondary servers asynchronously.
This method is thepreferred place to subscribe to events and/or asynchronously load data, so that's where we're going to look first!
While this was encouraging progress, we wanted to know what else could be done tofurther improve the number of projects loaded asynchronously.
Ajax provides the ability to communicate with the server asynchronously, thereby freeing the user experience from the request/response cycle.
One of AJAX's benefits is it providesinstantaneous feedback to the user because it requests information asynchronously from the backend web server.
Because the httpGet() method runs asynchronously, you must call the responseString() method in order to handle its return value.
While most NAS systems do offer replication for disaster recovery,that replication is done asynchronously(eventually becoming consistent).
Most web applications need to do some work asynchronously behind the scenes that's not directly associated with responding to a user's request.
However, using this return value is legacy and should be avoided because futureversions of React may render components asynchronously in some cases.
All polls are processed asynchronously via one or more tasks, and results are published to cloud storage buckets configured on your organisation.
Ajax is just a term to describe theprocess of exchanging data from a web server asynchronously through JavaScript, without a page refresh.
All input and output in Node is done asynchronously, unless you explicitly use a synchronous variant of a function, such as readFileSync.
When you access data by using the Microsoft Dynamics 365 web services,always use an XMLHttpRequest that is configured to execute asynchronously.
Even better, the request is sent asynchronously, which means that your JavaScript code(and the user) doesn't wait around on the server to respond.
In Scala,futures and promises can be used to process data asynchronously, making it easier to parallelize or even distribute your application.
Upstart operates asynchronously; it handles starting of the tasks and services during boot and stopping them during shutdown, and also supervises the tasks and services while the system is running.
However, since the actual data transfer happens asynchronously, this method does not provide any information whether the data transfer has succeeded or not.
Non-blocking methods execute asynchronously- you run application and the non-blocking operations return right away, but the actual work is stating later.
Writing the checkpoint data to the persistent storage happens asynchronously, which means that a Flink application continues to process data during the checkpointing process.