Christopher Kohlhoff
028630b0f8
Add support for portable pipes.
...
This change add supports for pipes on POSIX and Windows (when I/O
completion ports are available). For example, to create and use a
connected pair of pipe objects:
asio::readable_pipe read_end;
asio::writable_pipe write_end;
asio::connect_pipe(read_end, write_end);
write_end.async_write_some(my_write_buffer,
[](error_code e, size_t n)
{
// ...
});
read_end.async_read_some(my_read_buffer,
[](error_code e, size_t n)
{
// ...
});
2021-10-27 13:47:03 +11:00
..
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-10-17 11:10:35 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:37:47 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-07-02 12:29:57 +10:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-07-01 10:52:01 +10:00
2021-02-25 08:29:05 +11:00
2021-07-01 10:52:01 +10:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-10-25 12:15:08 +11:00
2021-10-25 12:15:08 +11:00
2021-02-25 08:29:05 +11:00
2021-10-27 13:47:03 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-10-25 12:15:08 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-10-27 13:47:03 +11:00
2021-06-28 10:10:07 +10:00
2021-06-05 17:43:31 +10:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-07-01 10:52:01 +10:00
2021-07-01 10:52:01 +10:00
2021-07-01 10:52:01 +10:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-06-28 10:11:36 +10:00
2021-10-27 13:47:03 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-10-25 12:15:08 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-10-27 13:47:03 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-10-25 12:15:08 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-10-27 13:47:03 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-10-25 12:15:08 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-07-11 22:03:29 +10:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00
2021-10-27 13:47:03 +11:00
2021-02-25 08:29:05 +11:00
2021-02-25 08:29:05 +11:00