Boost C++ Libraries Home Libraries People FAQ More

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