Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

My guess it doesn't use fork, apart from spawning subprocesses use fork/exec combinations. The old fork idiom isn't exposed by Rusts standard libraries and also wouldn't be "safe" to use, since the basic expecatations of the language about how many things have access to a certain variable wouldn't hold up anymore.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: