How to incorporate ipc::channel with asio #99
Answered
by
mutouyun
jbbjarnason
asked this question in
Q&A
-
On Linux, is it possible to get a file descriptor for a ipc::channel to assign to asio::posix::stream_descriptor? So I could let asio handle epoll for that given file descriptor and await new events from the ipc::channel, such as receive. For reference, https://think-async.com/Asio/asio-1.22.0/doc/asio/reference/posix__stream_descriptor.html |
Beta Was this translation helpful? Give feedback.
Answered by
mutouyun
May 25, 2023
Replies: 1 comment
-
I will carefully consider this issue in the refactoring branch. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jbbjarnason
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I will carefully consider this issue in the refactoring branch.