prompt
C++ library for handling of multiple co-processes
Install
- All systems
-
curl cmd.cat/prompt.sh
- Debian
-
apt-get install libmodglue1v5
- Ubuntu
-
apt-get install libmodglue1v5
- Kali Linux
-
apt-get install libmodglue1v5
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmodglue1v5
- Raspbian
-
apt-get install libmodglue1v5
- Dockerfile
- dockerfile.run/prompt
libmodglue1v5
C++ library for handling of multiple co-processes
Modglue is a C++ library with classes for forking external processes and asynchronous reading from streams. It takes away the burden of all subtleties involving the Unix fork call. The asynchronous read facility enables one to read on multiple input streams at the same time, without losing any of the standard C++ stream facilities.
libmodglue1
C++ library for handling of multiple co-processes
Modglue is a C++ library with classes for forking external processes and asynchronous reading from streams. It takes away the burden of all subtleties involving the Unix fork call. The asynchronous read facility enables one to read on multiple input streams at the same time, without losing any of the standard C++ stream facilities.