Skip to content

Commit

Permalink
Changed EventAndSource to a struct for performance
Browse files Browse the repository at this point in the history
Closes #7
  • Loading branch information
8bitape committed May 2, 2019
1 parent 489b391 commit 375e413
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace UniRxEventAggregator.Events
{
public class EventAndSource<T>
public struct EventAndSource<T>
{
public T Event { get; set; }
public IObservable<T> Source { get; set; }
Expand Down

0 comments on commit 375e413

Please sign in to comment.