namespace UniRx { public interface IOptimizedObservable : IObservable { bool IsRequiredSubscribeOnCurrentThread(); } }