supervised ~master
A process control system.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
Supervised
THIS PROJECT IS SUPERSEDED BY VIBE CORE. A better implementation of this, also partially built by me, can now be found in vibe-core/eventcore. This project will no longer be maintained.
Example
Here's a very incomplete example.
auto processMonitor = new shared ProcessMonitor;
processMonitor.stdoutCallback = (string message) @safe {
writeln(message);
};
processMonitor.start(['srcds', '-port', '8335']);
processMonitor.wait();
- Registered by Benjamin Schaaf
- ~master released 5 years ago
- BenjaminSchaaf/supervised
- MIT
- Copyright © 2017, Benjamin Schaaf
- Authors:
- Sub packages:
- supervised:tests
- Dependencies:
- vibe-core
- Versions:
-
0.2.1 2019-Apr-24 0.2.0 2018-Mar-30 0.1.1 2018-Mar-15 0.1.0 2018-Mar-14 0.0.4 2018-Feb-23 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
54 downloads total
-
- Score:
- 0.8
- Short URL:
- supervised.dub.pm