PrevUpHomeNext

Class notify_io_service

boost::process::initializers::notify_io_service

Synopsis

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


class notify_io_service {
public:
  // construct/copy/destruct
  explicit notify_io_service(boost::asio::io_service &);
};

Description

Notifies an I/O service object of fork-related events.

See Also:

boost::asio::io_service::notify_fork

POSIX only.

notify_io_service public construct/copy/destruct

  1. explicit notify_io_service(boost::asio::io_service & io_service);

    Constructor.


PrevUpHomeNext