Examples with "async code" and their translation in Duits
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.
Consider two servers: one that runs async code, and one that does not. For the purpose of this example, each server only has 5 threads available to service requests.
Stellen Sie sich zwei Server vor: Auf dem einen wird Async-Code ausgeführt, auf dem anderen nicht.Consider two servers: one that runs async code, and one that does not.
In Python, the coroutine simplifies how we structure our async code.
Read the appropriate tutorial in the "Current State of Async Support" section earlier in this article to integrate your async code with your framework.
Lesen Sie sich das entsprechende Lernprogramm im Abschnitt „Aktueller Status der Async-Unterstützung" in diesem Artikel durch, um den Async-Code in Ihr Framework zu integrieren.
Andere resultaten
Headerbidding works best with placements that use async. script codes.
script code of advertising space to publishers send (not async script or iframe code)
Now, the tables have turned: in ASP.NET 4.5, asynchronous code using async and await is almost as easy as writing synchronous code.
Nun hat sich das Blatt gewendet: in ASP.NET 4.5 ist asynchroner Code, der Async und Await verwendet, fast so einfach zu erstellen wie synchroner Code.
First, asynchronous code is much easier to write with async and await.
Erstens ist asynchroner Code mit Async und Await deutlich einfacher zu verfassen.
The second is when the synchronous code calls an async void method.
Within the code of an initializer for WinJS.Promise, you can certainly have your own handlers for other async operations and their promises.
Selbstverständlich können Sie eigene Handler für andere asynchrone Vorgänge und deren Zusagen in den Code eines Initialisierers des WinJS.Promise-Objekts einfügen.
For more information about tasks and the code that executes while waiting for a task, see Asynchronous Programming with async and await.
Weitere Informationen zu Aufgaben und zum Code, der während des Wartens auf eine Aufgabe ausgeführt wird, finden Sie unter Asynchrone Programmierung mit Async und await.
Code following the async API call is automatically called back in the same context that the original call was made.
Code, der auf einen asynchronen API-Aufruf folgt, wird automatisch im selben Kontext wie der ursprüngliche Aufruf zurückgegeben.
For those of you who have already implemented the button, you'll need to update the code to the new async snippet, and then you should see an overall improvement in your page load time.
Falls ihr die Schaltfläche bereits implementiert habt, ist es notwendig, den Code mit dem neuen asynchronen Snippet zu aktualisieren. Danach werdet ihr eine deutliche Verbesserung der allgemeinen Ladezeit feststellen.
The second solution, which synchronizes the test with the completion of the tested thread, can be applied when the code under test provides a synchronization mechanism such as async and await.
Die zweite Lösung, die den Test mit dem Abschluss des getesteten Threads synchronisiert, kann angewendet werden, wenn der getestete Code einen Synchronisierungsmechanismus wie "async" und "await" bereitstellt.