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 Signal unit test showing how to wrap Signal in a Delegate #1220

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

DanRStevens
Copy link
Collaborator

In case there is a Delegate based interface with only one callback handler allowed, this shows how a Signal object can be wrapped in a Delegate object, enabling multi-dispatch.

Related:

In case there is a `Delegate` based interface with only one callback handler allowed, this shows how a `Signal` can be wrapped in a `Delegate`, enabling multi-dispatch.
@DanRStevens DanRStevens merged commit a4c65cd into main Feb 12, 2025
8 checks passed
@DanRStevens DanRStevens deleted the delgateToSignalUnitTest branch February 12, 2025 21:09
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.

1 participant