Examples of using Is asynchronous in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
The load process is asynchronous;
Nginx is asynchronous, multiple connections(10,000 levels) can correspond to a process.
However, often the growth is asynchronous;
This function is asynchronous and returns a promise.
If there is no clock line, it is asynchronous.
Since the communication is asynchronous, the client does not block waiting for a reply.
The clear function for the'HC161 devices is asynchronous.
Since the communication is asynchronous, the client does not block waiting for a reply.
However, that's completely backward: in fact, the natural API is asynchronous;
The promise is asynchronous, so when we reach line 6, we can't know if the promise has completed or not.
X is a very interesting framework because it is asynchronous, polyglot and modular.
The Snapdragon processor is asynchronous, which means each core is powered up and down independently.
Even here though, the protocol has advantages over HTTP in that it is asynchronous and multiplexed.
Since serial is asynchronous, the port is able to transmit data on one line while receiving data on another.
In my conversation with Intercom,I was surprised to learn that their platform is asynchronous.
Because communication is asynchronous, a proposal may be selected before an Acceptor C receives any proposal.
The first portion of the program takesplace online beginning August 12 and is asynchronous to accommodate each student's schedule.
Further, since the request is asynchronous, the rest of your code continues to execute while the requestis being processed.
You will hear some people say that JavaScript is synchronous programming language while others claim that it is asynchronous.
In fact, all our communication is asynchronous by default- when we send a message, we never expect an immediate response.
But, they are different from typical OO in one very important respect-communication between cells is asynchronous.
Because the data flow is asynchronous, the operation(such as accumulation of data) must be iterative and occur in an out-of-bounds manner.
Next let's add another keyword to let the engine knowexactly when a function being invoked is asynchronous and is going to return a promise.
This communication pattern is asynchronous: the sender doesn't wait for the message to be delivered, but simply sends it and then forgets about it.
In September, Facebook introduced a“Subscribe” feature, which is asynchronous, but to be counted as“friend”, the connection must be mutual.
In other words, if an operation is asynchronous(i.e. encapsulated in a promise) it should be able to wait for another asynchronous operation to finish.
Should My Database Calls Be Asynchronous.
Actors are asynchronous by nature: an actor can progress after a message send without waiting for the actual delivery to happen.
Actors are asynchronous by nature: an actor can progress after a message send without waiting for the actual delivery to happen.
As event-based systems are asynchronous nature, the system itself will become eventually consistent.