mirror of
https://github.com/wassname/ray.git
synced 2026-07-15 11:25:40 +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.