Simplify waitpipe.
The caller is going to call poll() or something, so locking a mutex is surely not a performance issue.
Showing
Please register or sign in to comment
The caller is going to call poll() or something, so locking a mutex is surely not a performance issue.