Andrew Kelley
5656f5090d
fs.File: improve handling async I/O on Windows
...
Before it was possible for .intended_io_mode = .blocking,
.capable_io_mode = .evented, and then the implementation would put a
request on the fs thread, which is the wrong behavior. Now it always
calls the appropriate WriteFile/ReadFile function, passing the intended
io mode directly as a parameter.
This makes the behavior tests pass on Windows with --test-evented-io.
2020-05-02 14:09:17 -04:00
..
2020-04-24 15:28:55 -04:00
2020-04-28 19:11:31 -06:00
2020-05-02 00:41:19 -04:00
2020-04-28 19:11:31 -06:00
2020-05-02 14:09:17 -04:00
2020-04-28 19:11:31 -06:00
2020-04-28 19:11:31 -06:00
2020-04-24 15:28:55 -04:00
2020-05-01 13:33:46 -04:00
2020-05-02 01:25:22 -04:00
2020-04-18 14:41:33 -04:00
2020-04-28 19:11:31 -06:00
2020-05-01 06:47:20 -04:00
2020-04-15 15:15:32 +03:00
2020-04-24 15:28:55 -04:00
2020-04-27 18:29:55 -04:00
2020-04-28 00:02:13 -06:00
2020-05-02 04:31:26 -04:00
2020-05-02 00:41:19 -04:00
2020-05-02 01:25:22 -04:00
2020-05-01 06:47:56 -04:00
2020-05-02 01:53:24 -04:00
2020-04-24 15:28:55 -04:00
2020-04-28 19:11:31 -06:00
2020-05-01 23:17:28 -04:00
2020-04-27 12:22:43 -04:00
2020-05-01 06:47:20 -04:00
2020-04-30 12:04:23 +03:00
2020-04-28 19:11:18 -06:00
2020-05-01 23:17:28 -04:00
2020-04-18 15:48:32 -04:00
2020-05-02 14:09:17 -04:00
2020-04-28 19:11:31 -06:00
2020-05-01 23:17:28 -04:00
2020-05-01 15:14:44 -04:00
2020-04-28 19:11:31 -06:00
2020-05-02 00:41:19 -04:00
2020-04-24 15:28:55 -04:00
2020-04-21 18:04:37 -04:00
2020-05-01 06:47:20 -04:00
2020-05-01 06:47:56 -04:00
2020-04-25 16:15:25 -04:00
2020-04-24 15:28:55 -04:00
2020-05-01 06:47:20 -04:00