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

Add ucxx::Request callback to constructor arguments #194

Open
wants to merge 5 commits into
base: branch-0.37
Choose a base branch
from

Conversation

pentschev
Copy link
Member

@pentschev pentschev commented Feb 19, 2024

Callbacks had to be assigned during the constructor because the member attributes are part of the base class. Now the base class exposes those arguments via the constructor and they can then be passed directly to the base class' constructor.

@pentschev pentschev marked this pull request as ready for review March 15, 2024 14:43
@pentschev pentschev requested a review from a team as a code owner March 15, 2024 14:43
@pentschev pentschev added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant