Import dispatcher from upstream
authorsangwan.kwon <sangwan.kwon@samsung.com>
Fri, 17 May 2019 03:53:50 +0000 (12:53 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Wed, 12 Jun 2019 00:04:42 +0000 (09:04 +0900)
commit80d7ac305cebec6386dd4a25c452a58c437c145f
tree4f20e2465fbd1a8fd9c688d656003978359f01b8
parent8b4c55270401bdf7abe0da506e8a193a959271b8
Import dispatcher from upstream

Requires: thrift

Dispatcher is a singleton which can be used to coordinate the parallel
execution of asynchronous tasks across an application. Internally,
Dispatcher is back by the Apache Thrift thread pool.

Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
CMakeLists.txt
docker/Dockerfile
include/osquery/dispatcher.h [new file with mode: 0644]
osquery/CMakeLists.txt
osquery/core/CMakeLists.txt
osquery/core/conversions.h [new file with mode: 0644]
osquery/core/conversions_tests.cpp [new file with mode: 0644]
osquery/dispatcher/CMakeLists.txt [new file with mode: 0644]
osquery/dispatcher/dispatcher.cpp [new file with mode: 0644]
osquery/dispatcher/dispatcher_tests.cpp [new file with mode: 0644]
packaging/osquery.spec