Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit e60898da42.
PrevUpHomeNext

Global use_vfork

boost::process::posix::use_vfork

Synopsis

// In header: <boost/process/posix.hpp>

unspecified use_vfork;

Description

This property will replace the usage of fork by vfork.

[Note] Note

vfork is no longer an official part of the posix standard.


PrevUpHomeNext