架构大更
This commit is contained in:
@@ -4,8 +4,8 @@ namespace UniRx.Operators
|
||||
{
|
||||
internal class SynchronizedObserver<T> : IObserver<T>
|
||||
{
|
||||
readonly IObserver<T> observer;
|
||||
readonly object gate;
|
||||
private readonly object gate;
|
||||
private readonly IObserver<T> observer;
|
||||
|
||||
public SynchronizedObserver(IObserver<T> observer, object gate)
|
||||
{
|
||||
@@ -37,4 +37,4 @@ namespace UniRx.Operators
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user