cppzmq icon indicating copy to clipboard operation
cppzmq copied to clipboard

Support for zmq timers?

Open muxator opened this issue 3 years ago • 1 comments

Hi,

looking at the library's source, I guess there is no support for timer functions (the ones described in http://api.zeromq.org/master:zmq-timers). Is there a safe way to use zmq timers while continuing to use cppzmq for networking?

Are there any plans to support them?

Thanks!

muxator avatar Oct 04 '22 08:10 muxator

I personally have no need for them since there are better options in C++, e.g. asio::steady_timer.

gummif avatar Oct 09 '22 13:10 gummif