Replies: 1 comment
|
You need to write some glue-code that pushes tasks to concurrencpp executors when a signal is emitted |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions