Télécharger pour Windows Premium
Offre spéciale pour découvrir Premium
-65% à vie sur tous nos abonnements
Publicité
the async function

Traduction de "the async function" en espagnol

Nous n’avons pas trouvé cette entrée. Affichage de résultats approximatifs. Vérifiez l’orthographe ou proposez d’ajouter ce terme au dictionnaire.
la función asincrónica
The await expression causes async function execution to pause until a Promise is fulfilled, that is resolved or rejected, and to resume execution of the async function after fulfillment.
La expresión await provoca que la ejecución de una función async sea pausada hasta que una Promise sea terminada o rechazada, y regresa a la ejecución de la función async después del término.
When the async function returns a value, the Promise will be resolved with the returned value.
Cuando una función asíncrona devuelve un valor, la Promise será resuelta con el valor devuelto.
The async function declaration defines an asynchronous function, which returns an AsyncFunction object.
La declaración async function define una función asíncrona, que devuelve un objeto AsyncFunction.
That promise resolves with whatever the async function returns, or rejects with whatever the async function throws.
Esa promesa resuelve con lo que sea que muestre la función asincrónica o rechaza con lo que sea que arroje la función asincrónica.
Description An async function can contain an await expression that pauses the execution of the async function and waits for the passed Promise's resolution, and then resumes the async function's execution and evaluates as the resolved value.
Descripción La expresión await provoca que la ejecución de una función async sea pausada hasta que una Promise sea terminada o rechazada, y regresa a la ejecución de la función async después del término.
An async function can contain an await expression, that pauses the execution of the async function and waits for the passed Promise's resolution, and then resumes the async function's execution and returns the resolved value.
Una función asíncrona puede contener una expresión await, que detiene la ejecución de la función asíncrona y espera la resolución de la Promise pasada, y después continúa la ejecución de la función async y devuelve el valor resuelto.
Aucun résultat pour cette recherche.
Passez à Premium pour accéder à des millions d’exemples de traduction, enregistrer et apprendre du vocabulaire en illimité, le tout sans publicité.

Synonymes et analogies de "the async function" en anglais

Le mot et l’expression du jour
L’image du jour
crown: ornamental headdress worn by royalty
Découvrir le mot
Publicité

Résultats: 6. Exacts: 6. Temps écoulé: 231 ms.