refactor: better ProcessIo impl

This commit is contained in:
2021-11-02 17:26:51 +02:00
parent 85b25c3954
commit abfa6d28eb
6 changed files with 66 additions and 17 deletions
+1
View File
@@ -16,5 +16,6 @@ pub enum Errno {
NotImplemented,
OutOfMemory,
TimedOut,
TooManyDescriptors,
WouldBlock,
}