-
Notifications
You must be signed in to change notification settings - Fork 8
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
trueif the process represents a valid process.
- Constant.
- Does not throw.