Download for Windows Premium
-50% Premium
Publiciteit
the async function

Vertaling van "the async function" in Spaans

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
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.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor the async function in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
wheelbarrow: open container with handles and a wheel for transport
Ontdek het woord
Publiciteit

Resultaten: 6. Exact: 6. Verstreken tijd: 222 ms.