mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 03:50:55 +08:00
fb8e3615d5
* 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.