Remove blocking sample code block in complex usecase

Same as simple usecase, so not really interesting
This commit is contained in:
laurensmiers 2020-05-27 17:52:22 +02:00
parent 82badffc08
commit 4b8204cd93

View file

@ -696,15 +696,6 @@ Extrapolate the blocking usecase
* f.e. 8 Audio devices, full duplex (playback and recording)
* 8 devices x 2 threads = 16!
|||
#### Blocking
```c
int main(int argc, char **argv)
{
//TODO
}
```
|||
## Polling
* Bookkeeping