Vertaling van "thread avec" in Engels
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.
Vous avez la possibilité d'exporter le thread avec ou sans les pièces jointes.
You have the option to export the thread with or without the media attachments.
Vous avez suspendu l'exécution du thread avec wait().
You've suspended the execution of the thread with wait().
Détourner ou modifier un thread dans votre propre intérêt ; créez simplement un nouveau thread avec le sujet que vous souhaitez traiter.
Divert or change a thread for your own purposes; just start a new thread with the subject you want to discuss.
Les attaques lentes et basses ciblent les serveurs web à base de threads dans le but de bloquer chaque thread avec des requêtes lentes, empêchant ainsi les véritables utilisateurs d'accéder au service.
Low and slow attacks target thread-based web servers with the aim of tying up every thread with slow requests, thereby preventing genuine users from accessing the service.
Tout ordonnancement est préemptif : si un thread avec une priorité statique plus élevée devient prêt, le thread actuellement en cours d'exécution est interrompu et retourne dans la liste d'attente avec son niveau de priorité statique.
All scheduling is preemptive: if a thread with a higher static priority becomes ready to run, the currently running thread will be preempted and returned to the wait list for its static priority level.
Quelques heures plus tard, Cole revient sur le thread avec de nouveaux détails et un screenshot pour montrer qu'il tente de joindre Eli.
Some hours later, South came back to the thread with further details and evidence of his claims. He posted a screenshot of him reaching out to Elezra.
Je vais commencer un thread avec Sophe utilisateurs.
I'll start a thread with Sophe users.
Dans les navigateurs, JavaScript partage son thread avec une tonne de trucs.
In browsers, JavaScript shares a thread with a load of other stuff.
Vous pouvez lire la priorité d'un thread avec getPriority() et la changer avec setPriority().
You can read the priority of a thread with getPriority() and change it with setPriority().
Utilisation de sf::Thread avec une fonction de rappel (callback)
Using sf::Thread with a callback function
Tidy thread Avec verrouillage de jante.
Tidy thread with rim locking.
Voici comment appeler une autre tâche à l'aide d'un thread avec framework 2.0
Here is how to call another task using a wire with framework 2.0
Vous pouvez savoir si un thread est un démon en appelant isDaemon(), et vous pouvez activer ou désactiver la « démonité » [« daemonhood »] d'un thread avec setDaemon().
Un You can find out if a thread is a daemon by calling isDaemon(), and you can turn the "daemonhood" of a thread on and off with setDaemon().