How can I read from a TAP device (via posix::stream_descriptor) simultaneously with Boost.Asio?

My program should simultaneously read packets from a generated TAP device and process them. For this I use the tuntap library from LaKabane together with Boost.Asio's posix::stream_descriptor. Howe...

Stack Overflow
C++のネットワーキング、むずかしすぎないだろうか
Boost.ASIO で callback | coroutine | future による非同期IO by DUxCA https://qiita.com/DUxCA/items/3365b25eea13c0f2bb51 #Qiita #Cpp #boost #boostAsio #boostBeast #boostFiber
Boost.ASIO で callback | coroutine | future による非同期IO - Qiita

この記事はきっと [C++ Advent Calendar 2017](https://qiita.com/advent-calendar/2017/cpp) の 12/13 の記事です。 # Boost.ASIO で callba...