[Tarantool-patches] [PATCH v10 0/3] popen: add ability to run external process
Cyrill Gorcunov
gorcunov at gmail.com
Fri Jan 31 22:25:01 MSK 2020
In v10 I left popen engine only together with unit test via C interface.
I think it is stable enough for initial merging and start working on
lua api.
branch gorcunov/gh-4031-popen-10
Cyrill Gorcunov (3):
coio: export helpers
popen: introduce a backend engine
test: unit/popen
src/box/applier.cc | 2 +-
src/lib/core/CMakeLists.txt | 1 +
src/lib/core/coio.h | 18 +-
src/lib/core/popen.c | 1105 +++++++++++++++++++++++++++++++++++
src/lib/core/popen.h | 207 +++++++
src/main.cc | 4 +
test/unit/CMakeLists.txt | 3 +
test/unit/popen.c | 253 ++++++++
8 files changed, 1587 insertions(+), 6 deletions(-)
create mode 100644 src/lib/core/popen.c
create mode 100644 src/lib/core/popen.h
create mode 100644 test/unit/popen.c
--
2.20.1
More information about the Tarantool-patches
mailing list