Waits for the child process to exit and returns its status.
Synopsis
Declared in <util/subprocess.h>
int
wait() noexcept(false);
Return Value
The child's exit status code.
Created with MrDocs
Waits for the child process to exit and returns its status.
Declared in <util/subprocess.h>
int
wait() noexcept(false);
The child's exit status code.
Created with MrDocs