- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for asynchronisme (0.14 sec)
-
docs/fr/docs/async.md
Ce concept se nomme l'"asynchronisme" car l'ordinateur / le programme n'a pas besoin d'être "synchronisé" avec la tâche, attendant le moment exact où cette dernière se terminera en ne faisant rien, pour être capable de récupérer le résultat de la tâche et l'utiliser dans la suite des opérations.
Registered: 2025-05-25 07:19 - Last Modified: 2024-11-09 16:39 - 25.4K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Ascii.java
public static final byte NAK = 21; /** * Synchronous Idle: A communication control character used by a synchronous transmission system * in the absence of any other character to provide a signal from which synchronism may be * achieved or retained. * * @since 8.0 */ public static final byte SYN = 22; /** * End of Transmission Block: A communication control character used to indicate the end of a
Registered: 2025-05-30 12:43 - Last Modified: 2025-03-17 20:26 - 21.7K bytes - Viewed (0) -
guava/src/com/google/common/base/Ascii.java
public static final byte NAK = 21; /** * Synchronous Idle: A communication control character used by a synchronous transmission system * in the absence of any other character to provide a signal from which synchronism may be * achieved or retained. * * @since 8.0 */ public static final byte SYN = 22; /** * End of Transmission Block: A communication control character used to indicate the end of a
Registered: 2025-05-30 12:43 - Last Modified: 2025-03-17 20:26 - 21.7K bytes - Viewed (0)