zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.93k stars 757 forks source link

Support for zmq timers? #575

Open muxator opened 1 year ago

muxator commented 1 year ago

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!

gummif commented 1 year ago

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