Replies: 1 comment
-
You need to write some glue-code that pushes tasks to concurrencpp executors when a signal is emitted |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi, I'm now working on a project powered by libevent and you know how codebase can go messy if someone overuses the callback & reactor pattern.
I'm now looking into concurrencpp, I'm just wondering, how shall we integrate this with external signals, like some fd is ready for read, some time is up, etc.
Beta Was this translation helpful? Give feedback.
All reactions