Posix process with epoll integration of output streams (stdout & stderr).
Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).
Copyright (c) 2009-2016 dunnhumby Germany GmbH. All rights reserved.
Posix process with epoll integration of output streams (stdout & stderr).
Usage example:
It is sometimes desirable to use more than one EpollSelectDispatcher instance with various EpollProcess instances. One example of such usage is when an application needs to create short-lived EpollProcess instance(s) in a unittest block. In this case one EpollSelectDispatcher instance would be needed in the unittest block, and a different one in the application's main logic.
This will work provided that all processes created during the test have terminated before the main application starts.