summaryrefslogtreecommitdiffstats
path: root/drivers/unix/file_access_unix_pipe.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for non-blocking IO mode to `OS.execute_with_pipe`.bruvzg2024-09-061-4/+12
* Reduce code duplication in FileAccessBlueCube33102024-09-011-23/+2
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-271-0/+185