This commit is contained in:
ishak jmilou.ishak
2024-10-09 16:10:53 +02:00
parent d3b7aafc76
commit 4716ce4ede

View File

@@ -22,6 +22,7 @@ int main() {
thread mv(command); thread mv(command);
usleep(30 * 1000 * 1000); usleep(30 * 1000 * 1000);
mv.join(); // Wacht tot de command-thread klaar is mv.join(); // Wacht tot de command-thread klaar is
} }
// Functie om commando's van de gebruiker te verwerken // Functie om commando's van de gebruiker te verwerken