mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
test
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user