Hey all!!
Sorry, last time I bother you I hope. :)
Gegarding audio ports- in udev I can't find any hint about the device I am
currently using for testing, a Huawei E3131 dongle.
Should I tag the audio port myself like I see in other cases?
And, how will I be able to access that information from
On Thu, 30 Apr 2020, Aleksander Morgado wrote:
...
My question is, why do you really want to make sure all async
operations are finished when the program quits. Do you truly need
that? If you do need that, then once the program is told to quit, you
should launch the "program cancellation logic" w
Hey Enrico,
>
> So - i was considering using a GList of my own structs to track down objects
> and maintain it when observing state transitions.
> Now I was wondering how to manage:
> - async operation concurrency: am I guaranteed only a single async operation
> runs? Or should I lock somehow th
Hello Aleksander!!
thank you again!
So - i was considering using a GList of my own structs to track down objects
and maintain it when observing state transitions.
Now I was wondering how to manage:
- async operation concurrency: am I guaranteed only a single async operation
runs? Or should I l