Question Details

No question body available.

Tags

c++ asynchronous async-await c++17 multiplexing

Answers (1)

May 4, 2026 Score: 0 Rep: 58,159 Quality: Low Completeness: 0%

IMHO, this would be simpler if you could change it to event driven. When a port has data, it will call a handling function. This should handle the case of multiple ports having data ready.