Remove blocking sample code block in complex usecase
Same as simple usecase, so not really interesting
This commit is contained in:
parent
82badffc08
commit
4b8204cd93
1 changed files with 0 additions and 9 deletions
|
|
@ -696,15 +696,6 @@ Extrapolate the blocking usecase
|
||||||
* f.e. 8 Audio devices, full duplex (playback and recording)
|
* f.e. 8 Audio devices, full duplex (playback and recording)
|
||||||
* 8 devices x 2 threads = 16!
|
* 8 devices x 2 threads = 16!
|
||||||
|
|
||||||
|||
|
|
||||||
#### Blocking
|
|
||||||
```c
|
|
||||||
int main(int argc, char **argv)
|
|
||||||
{
|
|
||||||
//TODO
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
|||
|
|||
|
||||||
## Polling
|
## Polling
|
||||||
* Bookkeeping
|
* Bookkeeping
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue