asio C++ library

PrevUpHomeNext

execution_context::service::notify_fork

Handle notification of a fork-related event to perform any necessary housekeeping.

virtual void notify_fork(
    execution_context::fork_event event);

This function is not a pure virtual so that services only have to implement it if necessary. The default implementation does nothing.


PrevUpHomeNext