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-14 16:19:01 -04:00
2020-04-28 19:11:31 -06:00
2020-04-28 19:11:31 -06: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-03-19 09:53:55 -04:00
2020-03-12 10:41:09 -05:00
2020-04-28 19:11:31 -06:00
2020-04-15 15:15:32 +03:00
2020-01-29 22:22:01 -06:00
2020-04-04 17:37:51 -04:00
2020-04-28 00:02:13 -06:00
2020-03-11 17:34:12 -04:00
2020-02-16 13:25:30 -05:00
2020-04-02 21:14:15 +11:00
2020-05-01 06:47:56 -04:00
2020-04-28 19:11:31 -06:00
2020-02-22 12:44:21 +01:00
2020-05-01 06:47:20 -04:00
2020-04-04 17:37:51 -04:00
2020-04-28 19:11:31 -06:00
2020-04-24 15:28:55 -04:00
2020-04-21 18:04:37 -04:00
2020-05-01 06:47:56 -04:00