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

Event Bus rewriting #12

Merged

Conversation

JerryImMouse
Copy link
Collaborator

@JerryImMouse JerryImMouse commented Jul 12, 2024

Now it supports by-ref events, hehe
Resolves #11

@JerryImMouse JerryImMouse mentioned this pull request Jul 12, 2024
@JerryImMouse JerryImMouse marked this pull request as draft July 12, 2024 03:10
@JerryImMouse
Copy link
Collaborator Author

forgot to add tests for unsub

@JerryImMouse JerryImMouse marked this pull request as ready for review July 12, 2024 03:17
@JerryImMouse
Copy link
Collaborator Author

there is no need in IEventArgs, i think there should be only EventArgs abstract class

Tornado-Technology and others added 3 commits July 13, 2024 08:39
…s-upgrade

# Conflicts:
#	Hypercube.Shared/EventBus/EventBus.cs
#	Hypercube.Shared/EventBus/Events/Handlers/RefHandler.cs
#	Hypercube.Shared/EventBus/Unit.cs
@Tornado-Technology
Copy link
Member

there is no need in IEventArgs, i think there should be only EventArgs abstract class

It's for support struct args

@Tornado-Technology Tornado-Technology merged commit b73b094 into technologists-team:master Jul 13, 2024
1 check failed
@JerryImMouse JerryImMouse deleted the event-bus-upgrade branch July 13, 2024 01:30
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.

Rewrite EventBus
2 participants