-
Notifications
You must be signed in to change notification settings - Fork 7
process ~process
Alairion edited this page May 8, 2021
·
3 revisions
nes::process::~process
(1) ~process();
- Destroy the process object. If
joinable()
returnstrue
, callsstd::terminate
.
- None.
-
joinable()
returnsfalse
.
- Does not throw.
- This function check if the process is not joinable. If it is, calls
std::terminate
.