pipewire/spa
Wim Taymans d2c18c7b1a Improve async handling
Don't use special callback in node to receive the results. Instead,
use a generic result callback to receive the result. This makes things
a bit more symetric and generic again because then you can choose how
to match the result to the request and you have a generic way to handle
both the sync and async case. We can then also remove the wait method.
This also makes the remote interface and spa interface to objects very
similar.

Make a helper object to receive and dispatch results. Use this in the
helper for enum_params.

Make device use the same result callbacks.
2019-02-25 12:29:57 +01:00
..
examples Improve async handling 2019-02-25 12:29:57 +01:00
include Improve async handling 2019-02-25 12:29:57 +01:00
plugins Improve async handling 2019-02-25 12:29:57 +01:00
tests meson: prefix the names of the tests so that they are unique in the tree 2019-02-13 11:22:45 +01:00
tools Improve async handling 2019-02-25 12:29:57 +01:00
meson.build meson: find dependencies only when necessary 2019-02-13 11:22:22 +01:00