zeromq / cppzmq

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

Add file descriptor support for poller #606

Closed stephanschim closed 11 months ago

stephanschim commented 1 year ago

Add file descriptor support for zmq::active_poller and zmq::base_poller_t.

Note: On Windows, only socket file descriptors are supported. This is a limitation of libzmq.

uyha commented 12 months ago

@gummif could you have a look at this PR?

coveralls commented 11 months ago

Pull Request Test Coverage Report for Build 5659739096


Changes Missing Coverage Covered Lines Changed/Added Lines %
zmq_addon.hpp 35 39 89.74%
<!-- Total: 39 43 90.7% -->
Files with Coverage Reduction New Missed Lines %
zmq_addon.hpp 1 95.02%
zmq.hpp 1 82.81%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 5321226093: 0.06%
Covered Lines: 845
Relevant Lines: 979

💛 - Coveralls
gummif commented 11 months ago

Looks good 👍