Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow generic sequence of poller events #622

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

typon
Copy link
Contributor

@typon typon commented Oct 26, 2023

To avoid allocating (due to std::vector), I would like to use a static array for creating poller events. However, the wait_all method currently is hardcoded to accept only vectors. This PR addresses that by making wait_all a templated function.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 6660279595

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 86.965%

Totals Coverage Status
Change from base Build 6182865435: 0.0%
Covered Lines: 854
Relevant Lines: 982

💛 - Coveralls

@gummif
Copy link
Member

gummif commented Oct 30, 2023

Nice, thanks.

@gummif gummif merged commit 6164cf7 into zeromq:master Oct 30, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants