async: add coroutine task support
Add sdbusplus::async::task<...> template which works with the
std::executors proposal (P2300) and test-cases.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ie63791daeab90ae1cc3862bb30878531b1775fa7
diff --git a/test/meson.build b/test/meson.build
index 4fa39d2..4d3114c 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -20,13 +20,14 @@
endif
tests = [
+ 'async/task',
'bus/list_names',
'bus/match',
'exception/sdbus_error',
'message/append',
'message/call',
- 'message/read',
'message/native_types',
+ 'message/read',
'message/types',
'timer',
'unpack_properties',