tvg: added task support that runs on a threadpool. 39/240939/2
authorSubhransu Mohanty <sub.mohanty@samsung.com>
Thu, 13 Aug 2020 04:01:53 +0000 (13:01 +0900)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Fri, 14 Aug 2020 01:57:39 +0000 (10:57 +0900)
commit275c2f9d7901bbf5d44e1fa2cf3a4fce32f2fc8f
treee6ac4bd96d59d9bfe4195cca2ff394c765979739
parent9dd3cc5edc8f43473cfa163b46e83a02a54eed00
tvg: added task support that runs on a  threadpool.

this patch adds an async() function that takes a shared_task
and runs asyncronously in a threadpool.

Change-Id: I02a47df6938656828f924fbf5e2bc075073b329b
src/lib/meson.build
src/lib/tvgTask.cpp [new file with mode: 0644]
src/lib/tvgTask.h [new file with mode: 0644]