zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.8k stars 2.36k forks source link

Enable emplace feature for timers #4719

Open githejie opened 3 months ago

githejie commented 3 months ago

Closes #4718

githejie commented 3 months ago

The failure of CI / build (ubuntu-latest, android, disabled) is not related to this change. This CI failure is caused by the ubuntu-latest provides android-ndk-r27 by default now, but the current project does not support it.

Passed: https://github.com/zeromq/libzmq/actions/runs/10213509708/job/28259026460#step:12:39 Failed: https://github.com/zeromq/libzmq/actions/runs/10225393970/job/28294360167?pr=4719#step:12:39

githejie commented 3 months ago

Rebased to refresh CI.