13 Asynchronous model [async]

13.7 Class execution_context [async.exec.ctx]

13.7.3 execution_context operations [async.exec.ctx.ops]

void notify_fork(fork_event e);

Effects: For each service object svc in the set:

  • If e == fork_event::prepare, performs svc->notify_fork(e) in reverse order of addition to the set.

  • Otherwise, performs svc->notify_fork(e) in order of addition to the set.