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 an old version of Boost. Click here to view this page for the latest version.
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