pipewire/spa/include/spa/utils
Wim Taymans 98463b689b node: improve pending results
Make a special function for pending results to make it clear that it
is different from normal results. Don't pass result code to result
function, it is not useful because since the callback is called, all
must be fine.

The spa_pending is removed from the list right before the callback
and can thus be freed in the callback. Pass the spa_pending in
the pending callback so that extra data can be added that way.

Reuse spa_pending objects in link and nodes instead of allocating. We
always only have one pending operation and we can cancel any pending
previous operation by removing the pending.
2019-02-21 12:14:25 +01:00
..
defs.h node: improve async handling 2019-02-21 09:40:12 +01:00
dict.h reorganize some struct members to remove holes 2019-02-08 12:01:50 +01:00
hook.h Don't use __ in defines or declarations, it's reserved 2019-01-14 13:00:00 +01:00
list.h Don't use __ in defines or declarations, it's reserved 2019-01-14 13:00:00 +01:00
result.h node: improve pending results 2019-02-21 12:14:25 +01:00
ringbuffer.h Don't use __ in defines or declarations, it's reserved 2019-01-14 13:00:00 +01:00
type-info.h reorganize some struct members to remove holes 2019-02-08 12:01:50 +01:00
type.h reorganize some struct members to remove holes 2019-02-08 12:01:50 +01:00