This commit is contained in:
David Schirrmeister
2024-12-05 13:57:04 +01:00
134 changed files with 1052 additions and 151 deletions

View File

@ -103,7 +103,7 @@
- bspw. _mkfifo myPipe ls > myPipe_
### Promises (Futures)
### Promises (Futures) [-]
- Konzept für _asynchrone Programmierung_
- Programm wartet auf Ergebnis/Rückmeldung einer asynchronen Operation
- blockiert dabei NICHT Haupt-Thread