| ... | @@ -0,0 +1,14 @@ |
| 1 | * Threaded: finish linux impl (all tests passing) |
| 2 | * Threaded: finish macos impl |
| 3 | * Threaded: finish windows impl |
| 4 | |
| 5 | * fix Group.wait not handling cancelation (need to move impl of ResetEvent to Threaded) |
| 6 | * implement cancelRequest for non-linux posix |
| 7 | * finish converting all Threaded into directly calling system functions and handling EINTR |
| 8 | |
| 9 | * move max_iovecs_len to std.Io |
| 10 | * address the cancelation race condition (signal received between checkCancel and syscall) |
| 11 | * update signal values to be an enum |
| 12 | * move fs.File.Writer to Io |
| 13 | * finish moving std.fs to Io |
| 14 | * finish moving all of std.posix into Threaded |