mirror of
https://github.com/wassname/ray.git
synced 2026-08-08 11:25:28 +08:00
* Use Boost.Process instead of pid_t This will let us handle child processes (mostly) uniformly across platforms. TODO: There is no SIGTERM on Windows; achieving something equivalent is fairly involved.