-
Notifications
You must be signed in to change notification settings - Fork 7
process joinable
Alairion edited this page May 8, 2021
·
3 revisions
nes::process::joinable
(1) bool joinable() const noexcept;
- Checks if the process if joinable, i.e. represents a valid process. A default-constructed process is not joinable.
None.
- Returns
true
if the process represents a valid process.
- Constant.
- Does not throw.