Skip to content

process ~process

Alairion edited this page May 8, 2021 · 3 revisions

nes::process::~process

Functions

(1) ~process();
  1. Destroy the process object. If joinable() returns true, calls std::terminate.

Parameters

  1. None.

Preconditions

  1. joinable() returns false.

Exceptions

  1. Does not throw.

Implementation details

  1. This function check if the process is not joinable. If it is, calls std::terminate.
Clone this wiki locally