summaryrefslogtreecommitdiffstats
path: root/drivers/unix/file_access_unix_pipe.h
Commit message (Collapse)AuthorAgeFilesLines
* [FileAccess] Implement `resize` method.bruvzg2024-04-121-0/+1
|
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-271-0/+96
Implement `pipe://*` path handling for creation of named pipes.