Replies: 1 comment
-
This issue is stale because it has been open for 365 days with no activity. |
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
-
I want to directly bind an
lambda expression
to the timer (Poco::Timer), but I can't find a suitable interface.Now this implementation needs a class to assist:
And could poco provide a specialization for TimerCallback, may be look like below:
The origin method is a little bloated for me. I need a class to adapt it.
Beta Was this translation helpful? Give feedback.
All reactions