wait() et notify() sont le mécanisme de coordination des threads via des conditions. wait() libère le moniteur et suspend le thread jusqu'à ce qu'un signal arrive. notify() réveille un thread en attente. notifyAll() les réveille tous. Tous les trois doivent être appelés à l’intérieur d’un bloc synchronisé.
Le modèle producteur-consommateur
Full content is available with a subscription.
Get full access to all courses on the platform for one year with a single payment.
▼
Unlike other platforms that charge per course, here you get everything for one price, and after one year of use there will be no automatic charge for the following year.